Click or drag to resize

ImapGmailUnlabelMessageByUID(ListInt64, String) Method

Removes specified label from messages.

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

Parameters

uids  ListInt64
Unique-ids of email messages to remove specified label from.
label  String
Label to be removed.

Return Value

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