Click or drag to resize

ImapGmailLabelMessageByNumberAsync Method (ListInt64, ListString)

Labels the messages with specified labels.

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

Parameters

messageNumbers
Type: System.Collections.GenericListInt64
1 based message numbers.
labels
Type: System.Collections.GenericListString
Labels to be added.

Return Value

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