Types of Sway client endpoint for the triggered event.
Namespace:
Aspose.Email.Clients.Activity
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
SyntaxPublic Enumeration Endpoint
public enum class Endpoint
Members
| Member name | Value | Description |
---|
| SwayWeb | 0 |
The event was triggered using the Web client of Sway.
|
| SwayIOS | 1 |
The event was triggered using the iOS client of Sway.
|
| SwayWindows | 2 |
The event was triggered using the Windows client of Sway.
|
| SwayAndroid | 3 |
The event was triggered using the Android client of Sway.
|
See Also