| ImapGmailLabelMessageByUID Method (Int64, String) |
Labels the message with specified label.
Namespace:
Limilabs.Client.IMAP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public List<string> GmailLabelMessageByUID(
long uid,
string label
)
Public Function GmailLabelMessageByUID (
uid As Long,
label As String
) As List(Of String)
public:
List<String^>^ GmailLabelMessageByUID(
long long uid,
String^ label
)
member GmailLabelMessageByUID :
uid : int64 *
label : string -> List<string>
Parameters
- uid
- Type: SystemInt64
Unique-id of the message to label. - label
- Type: SystemString
Label to be added.
Return Value
Type:
ListStringList containing Gmail labels of the specified message or null when
uid is incorrect.
See Also