Labels the message with specified label.

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

Syntax

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

Parameters

uid
Type: System..::..Int64
Unique-id of the message to label.
label
Type: System..::..String
Label to be added.

Return Value

List containing Gmail labels of the specified message.

See Also