DeviceType Enumeration

Device types used to access Sway for the triggered event.

Namespace:  Aspose.Email.Clients.Activity
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public enum DeviceType
Members
  Member nameValueDescription
Desktop0 The event was triggered using the desktop.
Mobile1 The event was triggered using a mobile device.
Tablet2 The event was triggered using a tablet device.
See Also