Click or drag to resize

ImapMarkMessageUnseenByUIDAsync Method (ListInt64)

Removes Seen flag from the message.

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

Parameters

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

Return Value

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