 | MessageInfoGmailLabels Property |
Gets Gmail labels assigned to this email message on the IMAP server.
Namespace: Limilabs.Client.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic List<string> GmailLabels { get; set; }Public Property GmailLabels As List(Of String)
Get
Set
public:
property List<String^>^ GmailLabels {
List<String^>^ get ();
void set (List<String^>^ value);
}member GmailLabels : List<string> with get, set
Property Value
ListString
See Also