 | GmailMessageLabelsLabels Property |
Gets Gmail labels associated with the specified message.
Namespace: Limilabs.Client.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic List<string> Labels { get; }Public ReadOnly Property Labels As List(Of String)
Get
public:
property List<String^>^ Labels {
List<String^>^ get ();
}member Labels : List<string> with get
Property Value
ListString
See Also