Class

QueryType.Class property

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).

public List<AirsyncClass> Class { get; }

See Also