Removes Seen flag from the message.

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

Syntax

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

Parameters

uid
Type: System..::..Int64
Unique-id of the message.

Return Value

List containing flags of the specified message after the change.

See Also