Click or drag to resize
MimeKit

MailFolderPermanentFlags Property

Get the permanent flags.

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

Property Value

MessageFlags
The permanent flags.

Implements

IMailFolderPermanentFlags
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 keywords.

See Also