Click or drag to resize

ImapGmailLabelMessageByUID(ListInt64, String) Method

Labels email messages with specified label.

Namespace: Limilabs.Client.IMAP
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public List<GmailMessageLabels> GmailLabelMessageByUID(
	List<long> uids,
	string label
)

Parameters

uids  ListInt64
Unique-ids of email messages to label.
label  String
Label to be added.

Return Value

ListGmailMessageLabels
List containing Gmail labels of the specified messages.
See Also