MessageClass
Since: BlackBerry 10.0.0
#include <bb/pim/message/MessageClass>
To link against this class, add the following line to your .pro file: LIBS += -lbbpim
The MessageClass class includes possible class types for a message.
Overview
Public Types Index
enum TypeUnknown 0, Note 1, NoteSmime 2, NoteSmimeMultiPartSigned 3, NoteReceiptSmime 4, InfoPathForm 5, ScheduleMeeting 6, NotificationMeeting 7, Post 8, OctelVoice 9, VoiceNotes 10, Sharing 11 |
Public Types
An enumeration of supported class types for a message.
BlackBerry 10.0.0
- Unknown 0
Indicates an unknown message type.
- Note 1
Indicates that the message is a note.
Since:BlackBerry 10.0.0
- NoteSmime 2
Indicates that the message is an S/MIME note.
Since:BlackBerry 10.0.0
- NoteSmimeMultiPartSigned 3
Indicates that the message is an S/MIME multipart signed note.
Since:BlackBerry 10.0.0
- NoteReceiptSmime 4
Indicates that the message is an S/MIME note receipt.
Since:BlackBerry 10.0.0
- InfoPathForm 5
Indicates that the message is an info path form.
Since:BlackBerry 10.0.0
- ScheduleMeeting 6
Indicates that the message is a scheduled meeting.
Since:BlackBerry 10.0.0
- NotificationMeeting 7
Indicates that the message is a notification meeting.
Since:BlackBerry 10.0.0
- Post 8
Indicates that the message is a post.
Since:BlackBerry 10.0.0
- OctelVoice 9
Indicates that the message is an Octel voicemail message.
Since:BlackBerry 10.0.0
- VoiceNotes 10
Indicates that the message is a voice note.
Since:BlackBerry 10.0.0
- Sharing 11
Indicates that the message is a sharing type.
Since:BlackBerry 10.0.0