Click or drag to resize
MimeKit

StoreAction Enumeration

The action to perform when storing flags, keywords, or labels.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public enum StoreAction
Members
Member nameValueDescription
Add0 Add the specified flags, keywords or labels.
Remove1 Remove the specified flags, keywords or labels.
Set2 Replace the specified flags, keywords or labels.
Remarks
Used to specify whether the flags, keywords, or labels should be added, removed, or set for the message(s).
See Also