ImapMessageFlags
Contents
[
Hide
]ImapMessageFlags class
Represents the flags associated with the message.
Constructors
| Name | Description |
|---|---|
| ImapMessageFlags |
Methods
| Name | Description |
|---|---|
| BitwiseAnd | Implements the operator &. |
| BitwiseOr (3 overloads) | Implements the operator |
| Equals (2 overloads) | Determines whether the specified object is equal to the current object. |
| get_Answered | Message has been answered. |
| get_Deleted | Message is “deleted” for removal by later EXPUNGE. |
| get_Draft | Message has been marked as a draft. |
| get_Empty | Flags are not set |
| get_Flagged | Message is “flagged” for urgent/special attention. |
| get_IsRead | Message has been read. |
| get_Recent | Message is “recently” arrived in this mailbox. |
| GetCustomValues | |
| GetHashCode | Returns a hash code for this instance. |
| GetPredefinedValues | |
| HasFlag | Returns true if “who” contains the “flag” |
| IsEmpty | Determines whether this instance is empty. |
| Keyword | Message has been marked by custom flag. |
| Split | Split to Array. |
| to_ImapMessageFlags | Performs an implicit conversion from int64_t to ImapMessageFlags . |
| ToCommandString | |
| ToString | Returns a System::String that represents this instance. |
| operator!= | Implements the operator !=. |
| operator& | Implements the operator &. |
| operator== | Implements the operator ==. |
| [operator | (3 overloads)](./operator/) |