Enum NotificationMessageType
Defines what type of content the notification contains
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.8.0.0")]
public enum NotificationMessageType
Fields
| Name | Description |
|---|---|
| ImportantMessage | 1: A message with high priority |
| Message | 0: A plain message |
| RemoteAction | 2: Trigger an action |
| ShowWebPage | 4: Show a web page |
| YesNoQuestion | 3: Ask user a yes or no question |