MessagePriority
Since: BlackBerry 10.0.0
#include <bb/pim/message/MessagePriority>
To link against this class, add the following line to your .pro file: LIBS += -lbbpim
The MessagePriority class includes priority levels for messages.
You can use this class to determine the priority of a Message. For example, messages can be marked as low, normal, or high priority. You can set the priority of a message by calling MessageService::setPriority().
Overview
Public Types
An enumeration of possible priority levels for messages.
BlackBerry 10.0.0
- Low 0
Indicates a low priority on a message.
- Normal 1
Indicates a normal priority on a message.
Since:BlackBerry 10.0.0
- High 2
Indicates a high priority on a message.
Since:BlackBerry 10.0.0