Click or drag to resize
MimeKit

StoreLabelsRequestLabels Property

Get the GMail-style labels to add, remove or set on the message.

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

Property Value

ISetString
The GMail-style labels.

Implements

IStoreLabelsRequestLabels
Remarks
Gets the GMail-style labels to add, remove or set on the message.
See Also