Click or drag to resize

ImapGmailLabelMessageByNumber Method (ListInt64, String)

Labels email messages with specified label.

Namespace:  Limilabs.Client.IMAP
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public List<GmailMessageLabels> GmailLabelMessageByNumber(
	List<long> messageNumbers,
	string label
)

Parameters

messageNumbers
Type: System.Collections.GenericListInt64
1 based message numbers.
label
Type: SystemString
Label to be added.

Return Value

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