> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-worktree-351-fix-webapi-escaped-anchors.mintlify.site/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
