Enum NotifyChannel
The different channels to send notifications over
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.1.0.0")]
public enum NotifyChannel
Fields
Name | Description |
---|---|
2: Notifications sent as an email |
|
PopUp | 1: Notifications sent as a popup message |
Sms | 3: Notifications sent as a sms |
Unknown | 0: Unknown notification type |