ImapQueryBuilder
Contents
[
Hide
]ImapQueryBuilder class
Inherits: Aspose::Email::Tools::Search::MailQueryBuilder
Represents the builder of search expression that used by IMAP protocol.
Constructors
| Name | Description |
|---|---|
| ImapQueryBuilder (2 overloads) | Initializes a new instance of the ImapQueryBuilder class. |
Methods
| Name | Description |
|---|---|
| CustomSearch | Search messages according to extended server search syntax. |
| get_ESearchParameters | Gets ESEARCH Parameters This method works only if server supports ESEARCH extension. Please, read more https://tools.ietf.org/html/rfc4315 |
| get_MessageSize | Gets messages with an specified size. |
| get_ModSeq | Modification sequence |
| get_UniqueId | Unique identifier |
| HasFlags | Search messages with the specified flags. |
| HasHeader | Search messages that have a header with the specified field-name and that contains the specified string in the text of the header (what comes after the colon). If the string to search is zero-length, this matches all messages that have a header line with the specified field-name regardless of the contents. |
| HasNoFlags | Search messages with the unspecified flags. |
| set_ESearchParameters | Sets ESEARCH Parameters This method works only if server supports ESEARCH extension. Please, read more https://tools.ietf.org/html/rfc4315 |