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