 | IMailFolderAcceptedFlags Property |
Get the accepted flags.
Namespace:
MailKit
Assembly:
MailKit (in MailKit.dll) Version: 3.0.0
SyntaxMessageFlags AcceptedFlags { get; }
Property Value
Type:
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