ImapPermanentFlags Property
Gets the flags the client can change permanently.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public MessageFlagSet PermanentFlags { get; }

Property Value

Type: MessageFlagSet
A 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