Removes Seen flag from the message.

Namespace: Limilabs.Client.IMAP
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
public List<MessageFlags> MarkMessageUnseenByUID(
	List<long> uids
)
Visual Basic
Public Function MarkMessageUnseenByUID ( _
	uids As List(Of Long) _
) As List(Of MessageFlags)
Visual C++
public:
List<MessageFlags^>^ MarkMessageUnseenByUID(
	List<long long>^ uids
)

Parameters

uids
Type: System.Collections.Generic..::..List<(Of <(<'Int64>)>)>
Unique-ids of the messages.

Return Value

List containing flags of the specified messages after the change.

See Also