Click or drag to resize
MimeKit

IMailFolderPermanentFlags Property

Get the permanent flags.

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

Property Value

MessageFlags
The permanent flags.
Remarks

The permanent flags are the message flags that will persist between sessions.

If the UserDefined flag is set, then the folder allows storing of user-defined (custom) message flags.

See Also