Click or drag to resize
MimeKit

MessageSummaryGMailLabels Property

Gets the list of GMail labels, if available.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public IList<string> GMailLabels { get; set; }

Property Value

IListString
The GMail labels.

Implements

IMessageSummaryGMailLabels
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