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

# Enum values for EMailPriority

> Lists the enum values for EMailPriority.

## EMailPriority Enum

Importance of the news item. Low to High. Higher priority items may be shown more prominently in the feed.

| Name       | Value | Description |
| ---------- | ----- | ----------- |
| NoPriority | 0     |             |
| Highest    | 1     |             |
| High       | 2     |             |
| Normal     | 3     |             |
| Low        | 4     |             |
| Lowest     | 5     |             |

## Usage

* [email\_item](../email-item).priority - Email data
* [NewsFeedItem](../newsfeeditem).Priority - Contains news feed items - published to one or more users, with one or more language descriptions


## Related topics

- [Enum EMailPriority](/en/automation/crmscript/reference/CRMScript.NetServer.EMailPriority.md)
- [SuperOffice.WebApi.Data.EMailPriority](/en/api/reference/webapi/SuperOffice.WebApi.Data.EMailPriority.md)
- [Enum values for TicketPriorityFlags](/en/database/tables/enums/ticketpriorityflags.md)
- [Enum values for TicketPriorityStatus](/en/database/tables/enums/ticketprioritystatus.md)
- [Enum values for TicketPriorityEscalateEvent](/en/database/tables/enums/ticketpriorityescalateevent.md)
- [Enum values for EMailFlags](/en/database/tables/enums/emailflags.md)
