Click or drag to resize
MimeKit

IStoreLabelsRequest Interface

A request for storing GMail-style labels for a message.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public interface IStoreLabelsRequest : IStoreRequest

The IStoreLabelsRequest type exposes the following members.

Properties
 NameDescription
Public propertyAction Get the store action to perform.
Public propertyLabels Get the GMail-style labels that should be added, removed, or set.
Public propertySilent Get or set whether the store operation should run silently.
Public propertyUnchangedSince Get or set the mod-sequence value that indicates the last known state of the message(s) being updated.
(Inherited from IStoreRequest)
Top
Remarks
A request for storing GMail-style labels for a message.
See Also