Click or drag to resize

ImapGmailUnlabelMessageByUIDAsync Method (Int64, String)

Removes specified label from the message.

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

Parameters

uid
Type: SystemInt64
Unique-id of the message to remove specified label from.
label
Type: SystemString
Label to be removed.

Return Value

Type: TaskListString
List containing Gmail labels of the specified message or null when uid is incorrect.
See Also