ImapPermanentFlags Property |
Gets the flags the client can change permanently.
Namespace: MailBee.ImapMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public MessageFlagSet PermanentFlags { get; }
Public ReadOnly Property PermanentFlags As MessageFlagSet
Get
Property Value
Type:
MessageFlagSetA reference to the
MessageFlagSet object representing
the currently selected folder flags that can changed by the client permanently.
Remarks
Any flags that are in the
Flags but not in the
PermanentFlags,
can not be set permanently (i.e. across sessions). If the client attempts to store a flag that is not in
the
PermanentFlags list, the server will either ignore the change or store the
state change for the remainder of the current session only. The
PermanentFlags list can also
include the special flag "\*" (
CanCreate), which indicates that
it is possible to create new flags by attempting to apply those flags to the messages in the folder.
See Also