Click or drag to resize

ImapMarkMessageSeenByUIDAsync Method (Int64)

Flags message with Seen flag.

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

Parameters

uid
Type: SystemInt64
Unique-id of the message.

Return Value

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