ImapMessageFlags

ImapMessageFlags class

Represents the flags associated with the message.

Constructors

NameDescription
ImapMessageFlags

Methods

NameDescription
BitwiseAndImplements the operator &.
BitwiseOr (3 overloads)Implements the operator
Equals (2 overloads)Determines whether the specified object is equal to the current object.
get_AnsweredMessage has been answered.
get_DeletedMessage is “deleted” for removal by later EXPUNGE.
get_DraftMessage has been marked as a draft.
get_EmptyFlags are not set
get_FlaggedMessage is “flagged” for urgent/special attention.
get_IsReadMessage has been read.
get_RecentMessage is “recently” arrived in this mailbox.
GetCustomValues
GetHashCodeReturns a hash code for this instance.
GetPredefinedValues
HasFlagReturns true if “who” contains the “flag”
IsEmptyDetermines whether this instance is empty.
KeywordMessage has been marked by custom flag.
SplitSplit to Array.
to_ImapMessageFlagsPerforms an implicit conversion from int64_t to ImapMessageFlags .
ToCommandString
ToStringReturns a System::String that represents this instance.
operator!=Implements the operator !=.
operator&Implements the operator &.
operator==Implements the operator ==.
[operator(3 overloads)](./operator/)