ImapQueryBuilder Properties |
The ImapQueryBuilder type exposes the following members.
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 headers (subject, from, to, cc) and 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
|