> ## 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.EMailPriority

# <a id="SuperOffice_WebApi_Data_EMailPriority" /> Enum EMailPriority

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

This Enum is used by:  email\_item.priority; NewsFeedItem.Priority

```csharp theme={null}
public enum EMailPriority : short
```

## Fields

`High = 2`

2:

`Highest = 1`

1:

`Low = 4`

4:

`Lowest = 5`

5:

`NoPriority = 0`

0:

`Normal = 3`

3:


## Related topics

- [SuperOffice.WebApi.Data.EMailEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.EMailEntity.md)
- [SuperOffice.WebApi.Data.EMailEnvelope](/en/api/reference/webapi/SuperOffice.WebApi.Data.EMailEnvelope.md)
- [SuperOffice.WebApi.Data.NewsFeedItem](/en/api/reference/webapi/SuperOffice.WebApi.Data.NewsFeedItem.md)
- [SuperOffice.WebApi.Data.Mailbox](/en/api/reference/webapi/SuperOffice.WebApi.Data.Mailbox.md)
- [SuperOffice.WebApi.Data.TicketPriorityEscalationLevelEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.TicketPriorityEscalationLevelEntity.md)
- [SuperOffice.WebApi.Data.Priority](/en/api/reference/webapi/SuperOffice.WebApi.Data.Priority.md)
