PidTagPriority Canonical Property
Applies to: Office 2010 | Outlook 2010 | Visual Studio
Contains the relative priority of a message.
Associated properties: |
PR_PRIORITY |
Identifier: |
0x0026 |
Data type: |
PT_LONG |
Area: |
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
[MS-OXPROPS]
Provides references to related Exchange Server protocol specifications.[MS-OXCMSG]
Specifies the properties and operations that are permissible on e-mail message objects.
Header Files
Mapidefs.h
Provides data type definitions.Mapitags.h
Contains definitions of properties listed as alternate names.