| GmailMessageLabelsLabels Property |
Gets Gmail labels associated with the specified message.
Namespace:
Limilabs.Client.IMAP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public 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
Type:
ListStringSee Also