| IMailFolderPermanentFlags Property |
Get the permanent flags.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax MessageFlags PermanentFlags { get; }
Property Value
MessageFlagsThe 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