Gets Gmail labels 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<string> GmailGetLabels(
	long messageNumber
)
Visual Basic
Public Function GmailGetLabels ( _
	messageNumber As Long _
) As List(Of String)
Visual C++
public:
List<String^>^ GmailGetLabels(
	long long messageNumber
)

Parameters

messageNumber
Type: System..::..Int64
1 based message number.

Return Value

List containing Gmail labels of the specified message.

See Also