MessageReplyState
Since: BlackBerry 10.0.0
#include <bb/pim/message/MessageReplyState>
To link against this class, add the following line to your .pro file: LIBS += -lbbpim
The MessageReplyState class includes reply state levels for messages.
You can use this class to determine the reply state of a Message. For example, messages can be marked as replied on or forwareded on. This property is not supported by all email protocols.
Overview
Public Types Index
enum TypeNone 0, Replied 1, RepliedToAll 2, Forwarded 3 |
Public Types
An enumeration of possible reply state levels for messages.
BlackBerry 10.2.0
- None 0
Indicates no reply state on a message.
- Replied 1
Indicates a Reply is the most recent action on a message.
Since:BlackBerry 10.2.0
- RepliedToAll 2
Indicates a Reply All is the most recent action on a message.
Since:BlackBerry 10.2.0
- Forwarded 3
Indicates a forward is the most recent action on a message.
Since:BlackBerry 10.2.0