Click or drag to resize
MimeKit

IStoreLabelsRequestLabels Property

Get the GMail-style labels that should be added, removed, or set.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax
C#
ISet<string> Labels { get; }

Property Value

ISetString
The GMail-style labels.
Remarks
Gets the GMail-style labels that should be added, removed, or set.
See Also