Click or drag to resize
MimeKit

MailFolderAcceptedFlags Property

Get the accepted flags.

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

Property Value

MessageFlags
The accepted flags.

Implements

IMailFolderAcceptedFlags
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