Click or drag to resize

Imap.GmailUnlabelMessageByUIDAsync Method (List<Int64>, String)

Removes specified label from messages.

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

Parameters

uids
Type: System.Collections.Generic.List<Int64>
Unique-ids of the message to remove specified label from.
label
Type: System.String
Label to be removed.

Return Value

Type: Task<List<GmailMessageLabels>>
List containing Gmail labels of the specified messages.
See Also