MailQueryBuilder Class |
Namespace: Aspose.Email.Tools.Search
The MailQueryBuilder type exposes the following members.
Name | Description | |
---|---|---|
![]() | MailQueryBuilder |
Initializes a new instance of the MailQueryBuilder class.
|
![]() | MailQueryBuilder(Encoding) |
Initializes a new instance of the MailQueryBuilder class.
|
Name | Description | |
---|---|---|
![]() | Bcc |
Gets the field that allows to find messages that contain the specified string in the envelope structure's BCC field.
|
![]() | Body |
Gets the field that allows to find messages that contain the specified string in the body of the message.
|
![]() | Cc |
Gets the field that allows to find messages that contain the specified string in the envelope structure's CC field.
|
![]() | DefaultEncoding |
Gets default encoding (charset) for query builder
|
![]() | From |
Gets the field that allows to find messages that contain the specified string in the envelope structure's FROM field.
|
![]() | InternalDate |
Gets the field that allows to find messages by internal date.
|
![]() | SentDate |
Gets the field that allows to find messages by sent date.
|
![]() | Subject |
Gets the field that allows to find messages that contain the specified string in the envelope structure's SUBJECT field.
|
![]() | Text |
Gets the field that allows to find the messages that contain the specified string in the header or body of the message.
|
![]() | To |
Gets the field that allows to find messages that contain the specified string in the envelope structure's TO field.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetQuery |
Gets the query.
|
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Or |
Search messages that match either search key. Provides disjunction between two expressions (OR).
|
![]() | ToString | (Inherited from Object.) |