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

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

Property Value

Type: MessageFlagSet
A reference to the MessageFlagSet object containing system and custom flags of the message.
Remarks
You can use HasSystemFlag(SystemMessageFlags) method to check if the message has a certain system flag (like Seen, Flagged, etc).
See Also