> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.NotificationMessageType

# <a id="SuperOffice_WebApi_Data_NotificationMessageType" /> Enum NotificationMessageType

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Defines what type of content the notification contains

```csharp theme={null}
public enum NotificationMessageType
```

## Fields

`ImportantMessage = 1`

1: A message with high priority

`Message = 0`

0: A plain message

`RemoteAction = 2`

2: Trigger an action

`ShowWebPage = 4`

4: Show a web page

`YesNoQuestion = 3`

3: Ask user a yes or no question


## Related topics

- [SuperOffice.WebApi.Data.PocketNotificationMessage](/en/api/reference/webapi/SuperOffice.WebApi.Data.PocketNotificationMessage.md)
- [SuperOffice.WebApi.Data.NotificationEventType](/en/api/reference/webapi/SuperOffice.WebApi.Data.NotificationEventType.md)
- [SuperOffice.WebApi.Data.NotifyChannel](/en/api/reference/webapi/SuperOffice.WebApi.Data.NotifyChannel.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.NotificationEmail](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.NotificationEmail.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.NotificationSms](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.NotificationSms.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.Notification](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.Notification.md)
