Click or drag to resize

ImapMarkMessageUnseenByUID Method (ListInt64)

Removes Seen flag from the message.

Namespace:  Limilabs.Client.IMAP
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public List<MessageFlags> MarkMessageUnseenByUID(
	List<long> uids
)

Parameters

uids
Type: System.Collections.GenericListInt64
Unique-ids of the messages.

Return Value

Type: ListMessageFlags
List containing flags of the specified messages after the change.
See Also