ImapMessageFlags Class |
Namespace: Aspose.Email.Clients.Imap
The ImapMessageFlags type exposes the following members.
Name | Description | |
---|---|---|
Answered |
Message has been answered.
| |
Deleted |
Message is "deleted" for removal by later EXPUNGE.
| |
Draft |
Message has been marked as a draft.
| |
Empty |
Flags are not set
| |
Flagged |
Message is "flagged" for urgent/special attention.
| |
IsRead |
Message has been read.
| |
Recent |
Message is "recently" arrived in this mailbox.
|
Name | Description | |
---|---|---|
BitwiseAnd |
Implements the operator &.
| |
BitwiseOr(Int64, ImapMessageFlags) |
Implements the operator |.
| |
BitwiseOr(ImapMessageFlags, ImapMessageFlags) |
Implements the operator |.
| |
BitwiseOr(ImapMessageFlags, Int64) |
Implements the operator |.
| |
Equals(Object) |
Determines whether the specified Object is equal to this instance.
(Overrides ObjectEquals(Object).) | |
Equals(ImapMessageFlags) |
Determines whether the specified object is equal to the current object.
| |
Finalize | (Inherited from Object.) | |
GetHashCode |
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.) | |
GetType | (Inherited from Object.) | |
HasFlag |
Returns true if "who" contains the "flag"
| |
IsEmpty |
Determines whether this instance is empty.
| |
Keyword |
Message has been marked by custom flag.
| |
MemberwiseClone | (Inherited from Object.) | |
Split |
Split to Array.
| |
ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
BitwiseAnd |
Implements the operator &.
| |
BitwiseOr(Int64, ImapMessageFlags) |
Implements the operator |.
| |
BitwiseOr(ImapMessageFlags, ImapMessageFlags) |
Implements the operator |.
| |
BitwiseOr(ImapMessageFlags, Int64) |
Implements the operator |.
| |
Equality |
Implements the operator ==.
| |
(Int64 to ImapMessageFlags) |
Performs an implicit conversion from Int64 to ImapMessageFlags.
| |
Inequality |
Implements the operator !=.
|