PidTagPriority Canonical Property
Applies to: Outlook 2013 | Outlook 2016
Contains the relative priority of a message.
Property | Value |
---|---|
Associated properties: |
PR_PRIORITY |
Identifier: |
0x0026 |
Data type: |
PT_LONG |
Area: |
Email |
Remarks
This property and the PR_IMPORTANCE (PidTagImportance) property should not be confused. Importance indicates a value to users, while priority indicates the order or speed at which the message should be sent by the messaging system software. Higher priority usually indicates a higher cost. Higher importance usually is associated with a different display by the user interface.
The priority of a report message should be the same as the priority of the original message being reported.
This property can have exactly one of the following values:
PRIO_NONURGENT
The message is not urgent.
PRIO_NORMAL
The message has normal priority.
PRIO_URGENT
The message is urgent.
Related resources
Protocol specifications
Provides references to related Exchange Server protocol specifications.
Specifies the properties and operations that are permissible on email message objects.
Header files
Mapidefs.h
Provides data type definitions.
Mapitags.h
Contains definitions of properties listed as alternate names.