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