Gets flags for the specified email message from server. Does not set the Seen.

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

Syntax

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

Parameters

uid
Type: System..::..Int64
Unique-id of the message to get flags for.

Return Value

List containing flags of the specified message.

See Also