ExchangeAdvancedSyntaxQueryBuilder Class |
Namespace: Aspose.Email.Clients.Exchange
The ExchangeAdvancedSyntaxQueryBuilder type exposes the following members.
Name | Description | |
---|---|---|
![]() | ExchangeAdvancedSyntaxQueryBuilder | Initializes a new instance of the ExchangeAdvancedSyntaxQueryBuilder class |
Name | Description | |
---|---|---|
![]() | Attachment |
Gets the field that allows to find items with a specified attachment name.
|
![]() | 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.) |
![]() | Category | |
![]() | 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.) |
![]() | From |
Gets the field that allows to find messages that contain the specified string in the envelope structure's FROM field.
(Inherited from MailQueryBuilder.) |
![]() | HasAttachment | |
![]() | Importance | |
![]() | InternalDate |
Gets the field that allows to find messages by internal date.
(Inherited from MailQueryBuilder.) |
![]() | Isflagged | |
![]() | IsRead | |
![]() | Kind | |
![]() | Participants | |
![]() | SentDate |
Gets the field that allows to find messages by sent date.
(Inherited from MailQueryBuilder.) |
![]() | Size | |
![]() | 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.) |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetQuery |
Gets the query.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Or |
Search messages that match either search key. Provides disjunction between two expressions (OR).
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |