Click or drag to resize

ImapGmailUnlabelMessageByNumber(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> GmailUnlabelMessageByNumber(
	List<long> messageNumbers,
	string label
)

Parameters

messageNumbers  ListInt64
1 based message number.
label  String
Label to be removed.

Return Value

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