ImapMessageStatusEventArgsFlags Property |
Gets the new value of the message flags.
Namespace: MailBee.ImapMailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic MessageFlagSet Flags { get; }
Public ReadOnly Property Flags As MessageFlagSet
Get
Property Value
Type:
MessageFlagSetFor "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