Click or drag to resize

ImapMarkMessageUnseenByUID Method (Int64)

Removes Seen flag from the message.

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

Parameters

uid
Type: SystemInt64
Unique-id of the message.

Return Value

Type: ListFlag
List containing flags of the specified message after the change or null when uid is incorrect.
See Also