QueryType Class |
Namespace: Aspose.Email.Clients.ActiveSync.TransportLayer
The QueryType type exposes the following members.
Name | Description | |
---|---|---|
QueryType | Initializes a new instance of the QueryType class |
Name | Description | |
---|---|---|
Class |
Identifies the class of the item.
The valid airsync:Class element values are:
- Tasks
- Email
- Calendar
- Contacts
- Notes
- SMS
The following classes are supported for mailbox searches when the protocol version is 12.1: Email, Calendar, Contacts, Tasks.
The SMS and Notes classes are only available if the protocol version is 14.0 or 14.1.
The Search request can include one or more Class elements in the request to limit the type of data included in the Search response.
If one or more Class elements are not included in the Search request, the server will return all supported classes.
If the Class is included as a child of any element other than the And element, the server responds with a Status value of 8 (SearchTooComplex).
| |
CollectionId |
Specifies the folder in which to search.
If the DeepTraversal is present, it applies to all folders under each CollectionId.
If the CollectionId is included as a child of any element other than And, the server responds with a Status value of 8 (SearchTooComplex).
| |
ConversationId |
Specifies the conversation for which to search. The value is a GUID.
The ConversationId is not supported when the protocol version is 12.1.
If the ConversationId is included as a child of any element other than the And element, the server responds with a Status value of 8 (SearchTooComplex).
| |
FreeText |
Specifies a string value for which to search.
If the FreeText property is set other than the And property, the server responds with a Status value of 8 (SearchTooComplex).
| |
GreaterThan |
Specifies a property and a value that are compared for a 'Greater than' conditions during a search.
| |
LessThan |
Specifies a property and a value that are compared for a 'Less than' conditions during a search.
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |