ImapMessageStatusEventArgsFlags Property
Gets the new value of the message flags.

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
For "FETCH" response, returns a reference to the MessageFlagSet object containing the flags of the message; otherwise, a null reference (Nothing in Visual Basic).
See Also