EnvelopeFlags Property
Gets MessageFlagSet object containing system and custom flags of the message.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public MessageFlagSet Flags { get; }

Property Value

Type: MessageFlagSet
A reference to the MessageFlagSet object containing system and custom flags of the message.
See Also