Click or drag to resize

ImapGmailLabelMessageByUIDAsync 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>> GmailLabelMessageByUIDAsync(
	List<long> uids,
	List<string> labels
)

Parameters

uids
Type: System.Collections.GenericListInt64
Unique-ids of the messages to label.
labels
Type: System.Collections.GenericListString
Labels to be added.

Return Value

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