CMC_X_COM_PRIORITY
CMC_X_COM_PRIORITY is a CMC extension indicating message priority.
Quick Info
Input Usage
-
item_data
-
Bitmask of extension flags. The following flags can be set:
-
CMC_X_COM_LOW
-
Indicates a low priority for the message.
-
CMC_X_COM_NORMAL
-
Indicates a normal priority for the message.
-
CMC_X_COM_URGENT
-
Indicates a high priority for the message.
-
item_reference
-
NULL.
-
extension_flags
-
All flags used with the CMC_extension structure are valid. No further flags are defined.
Output Usage
-
item_data
-
Bitmask of extension flags that describe the urgency of the message. The following flags can be set:
-
CMC_X_COM_LOW
-
A low priority for the message.
-
CMC_X_COM_NORMAL
-
A normal priority for the message.
-
CMC_X_COM_URGENT
-
A high priority for the message.
-
item_reference
-
Unchanged.
-
extension_flags
-
Unchanged.
Adds to
The CMC_message and CMC_message_summary structures.
Remarks
At logon, the caller passes CMC_X_COM_PRIORITY in the CMC_X_COM_SUPPORT_EXT extension to indicate that this extension should be attached to the CMC_message and CMC_message_summary structures during the session.
See Also
CMC_extension, CMC_message, CMC_message_summary, CMC_X_COM_SUPPORT_EXT.