 | ImapGmailLabelMessageByUID(Int64, String) Method |
Labels the message with specified label.
Namespace: Limilabs.Client.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic 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 Int64
- Unique-id of the message to label.
- label String
- Label to be added.
Return Value
ListStringList containing Gmail labels of the specified message or null when
uid is incorrect.
See Also