ImapMessageFlags
ImapMessageFlags class
Represents the flags associated with the message.
The ImapMessageFlags type exposes the following members:
Properties
| Name | Description |
|---|---|
| answered | Message has been answered. |
| deleted | Message is “deleted” for removal by later EXPUNGE. |
| draft | Message has been marked as a draft. |
| flagged | Message is “flagged” for urgent/special attention. |
| recent | Message is “recently” arrived in this mailbox. |
| is_read | Message has been read. |
| empty | Flags are not set |
Methods
| Name | Description |
|---|---|
| bitwise_or(a, b) | |
| bitwise_or(a, b) | |
| bitwise_or(a, b) | |
| keyword(flag) | |
| is_empty() | |
| split() | |
| bitwise_and(a, b) | |
| has_flag(what) | |
| equals(other) |
See Also
- namespace aspose.email.clients.imap
- assembly Aspose.Email