Click or drag to resize

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.

Namespace:  Aspose.Email.Clients.ActiveSync.TransportLayer
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public enum AirsyncClass
Members
  Member nameValueDescription
Tasks0 Tasks item class
Email1 Email item class
Calendar2 Calendar item class
Contacts3 Contacts item class
SMS4 SMS item class The SMS class is only available if the protocol version is 14.0 or 14.1.
Notes5 Notes item class The Notes class is only available if the protocol version is 14.0 or 14.1.
See Also