Alterian Email Manager 6.2.3 SDK Help File
Enumeration for Email Clients
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
SyntaxPublic Enumeration PlatformType
public enum class PlatformType
DMLibrary.PlatformType = function();
DMLibrary.PlatformType.createEnum('DMLibrary.PlatformType', false);
Members | Member name | Value | Description |
---|
| PT_Other | 0 |
All clients except any other enumeration type
|
| PT_Desktop | 1 |
Desktop client
|
| PT_Web | 2 |
Web based client
|
| PT_Mobile | 3 |
Mobile client
|
See Also