| Public Member Enumerations | |
|---|---|
| enum | TMobileSmsStoreStatus { EStoredMessageUnknownStatus, EStoredMessageUnread, EStoredMessageRead, EStoredMessageUnsent, ..., EStoredMessageDelivered } |
Defines contents of a fixed-size, stored SMS entry.
Modes: Common
These types are duplicated from ETELMM.h.
See also: class RMobileSmsStore
| Enumerator | Value | Description |
|---|---|---|
| EStoredMessageUnknownStatus |
The status of the SMS is unknown. | |
| EStoredMessageUnread |
The SMS is stored phone-side. It is an incoming message that has not been read yet. | |
| EStoredMessageRead |
The SMS is stored phone-side. It is an incoming message that has already been read. | |
| EStoredMessageUnsent |
The SMS is stored phone-side. It is an outgoing message that has not been sent yet. | |
| EStoredMessageSent |
The SMS is stored phone-side. It is an outgoing message that has already been sent but a delivery/status report has either not been received yet or was not requested in the first place. | |
| EStoredMessageDelivered |
The SMS is stored phone-side. It is an outgoing message that has already been sent and a delivery/status report has been received |