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