Click or drag to resize

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

Labels the message with specified labels.

Namespace:  Limilabs.Client.IMAP
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public List<string> GmailLabelMessageByNumber(
	long messageNumber,
	List<string> labels
)

Parameters

messageNumber
Type: System.Int64
1 based message number.
labels
Type: System.Collections.Generic.List<String>
Labels to be added.

Return Value

Type: List<String>
List containing Gmail labels of the specified message or null when messageNumber is incorrect.
See Also