Click or drag to resize
MimeKit

IStoreFlagsRequest Interface

A request for storing message flags.

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

The IStoreFlagsRequest type exposes the following members.

Properties
 NameDescription
Public propertyAction Get the store action to perform.
Public propertyFlags Get or set the message flags that should be added, removed, or set.
Public propertyKeywords Get the keywords 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 message flags.
See Also