Gets Gmail labels for the specified email messages 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<GmailMessageLabels> GmailGetLabelsByUID(
	List<long> uids
)
Visual Basic
Public Function GmailGetLabelsByUID ( _
	uids As List(Of Long) _
) As List(Of GmailMessageLabels)
Visual C++
public:
List<GmailMessageLabels^>^ GmailGetLabelsByUID(
	List<long long>^ uids
)

Parameters

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

Return Value

List containing Gmail labels of the specified messages.

See Also