Click or drag to resize

ImapMarkMessageUnseenByUID(ListInt64) Method

Removes Seen flag from the message.

Namespace: Limilabs.Client.IMAP
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public List<MessageFlags> MarkMessageUnseenByUID(
	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