Gets Gmail labels for the specified email message from server. Does not set the Seen. You can label message using method.

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

Syntax

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

Parameters

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

Return Value

List containing Gmail labels of the specified message.

See Also