AirsyncClass

AirsyncClass enumeration

Identifies the class of the item. 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.

public enum AirsyncClass

Values

Name Value Description
Tasks 0 Tasks item class
Email 1 Email item class
Calendar 2 Calendar item class
Contacts 3 Contacts item class
SMS 4 SMS item class The SMS class is only available if the protocol version is 14.0 or 14.1.
Notes 5 Notes item class The Notes class is only available if the protocol version is 14.0 or 14.1.

See Also