ImapMessageStatusEventArgsFlags Property
Gets the new value of the message flags.

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
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