ImapQueryBuilder Class |
Namespace: Aspose.Email.Clients.Imap
The ImapQueryBuilder type exposes the following members.
Name | Description | |
---|---|---|
![]() | ImapQueryBuilder |
Initializes a new instance of the ImapQueryBuilder class.
|
![]() | ImapQueryBuilder(Encoding) |
Initializes a new instance of the ImapQueryBuilder class.
|
Name | Description | |
---|---|---|
![]() | Bcc |
Gets the field that allows to find messages that contain the specified string in the envelope structure's BCC field.
(Inherited from MailQueryBuilder.) |
![]() | Body |
Gets the field that allows to find messages that contain the specified string in the body of the message.
(Inherited from MailQueryBuilder.) |
![]() | Cc |
Gets the field that allows to find messages that contain the specified string in the envelope structure's CC field.
(Inherited from MailQueryBuilder.) |
![]() | DefaultEncoding |
Gets default encoding (charset) for query builder
(Inherited from MailQueryBuilder.) |
![]() | ESearchParameters |
Gets or sets ESEARCH Parameters
This method works only if server supports ESEARCH extension.
Please, read more https://tools.ietf.org/html/rfc4315
|
![]() | From |
Gets the field that allows to find messages that contain the specified string in the envelope structure's FROM field.
(Inherited from MailQueryBuilder.) |
![]() | InternalDate |
Gets the field that allows to find messages by internal date.
(Inherited from MailQueryBuilder.) |
![]() | MessageSize |
Gets messages with an specified size.
|
![]() | ModSeq |
Modification sequence
|
![]() | SentDate |
Gets the field that allows to find messages by sent date.
(Inherited from MailQueryBuilder.) |
![]() | Subject |
Gets the field that allows to find messages that contain the specified string in the envelope structure's SUBJECT field.
(Inherited from MailQueryBuilder.) |
![]() | Text |
Gets the field that allows to find the messages that contain the specified string in the header or body of the message.
(Inherited from MailQueryBuilder.) |
![]() | To |
Gets the field that allows to find messages that contain the specified string in the envelope structure's TO field.
(Inherited from MailQueryBuilder.) |
![]() | UniqueId |
Unique identifier
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetQuery |
Gets the query.
(Inherited from MailQueryBuilder.) |
![]() | GetType | (Inherited from Object.) |
![]() | 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.
|
![]() | Or |
Search messages that match either search key. Provides disjunction between two expressions (OR).
(Inherited from MailQueryBuilder.) |
![]() | ToString | (Inherited from Object.) |