Click or drag to resize

ImapGmailUnlabelMessageByNumber Method (ListInt64, String)

Removes specified label from messages.

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

Parameters

messageNumbers
Type: System.Collections.GenericListInt64
1 based message number.
label
Type: SystemString
Label to be removed.

Return Value

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