Click or drag to resize
MimeKit

IMailFolderAcceptedFlags Property

Get the accepted flags.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
MessageFlags AcceptedFlags { get; }

Property Value

MessageFlags
The accepted flags.
Remarks
The accepted flags are the message flags that will be accepted and persist for the current session. For the set of flags that will persist between sessions, see the PermanentFlags property.
See Also