| IMessageSummaryGMailLabels Property |
Gets the list of GMail labels, if available.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax IList<string> GMailLabels { get; }
Property Value
IListStringThe GMail labels.
Remarks Gets the list of GMail labels, if available.
This property will only be set if the
GMailLabels flag is passed to
one of the Fetch
or FetchAsync
methods.
See Also