ImapMessageStatusEventArgsFlags Property |
Gets the new value of the message flags.
Namespace: MailBee.ImapMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public 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