Click or drag to resize

ImapMarkMessageSeenByUID(ListInt64) Method

Flags message with Seen flag.

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

Parameters

uids  ListInt64
Unique-ids of the messages.

Return Value

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