Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: SMUTSET.H

Enum TSmsDelivery

TSmsDelivery

Description

Defines options for the preferred default sending schedule type of a new message created using the SMS client MTM.

The option has no direct effect on the SMS MTM. When it is sending an SMS message it automatically appends other SMS messages in the outbox whose send states are marked as KMsvSendStatewaiting or KMsvSendSateUnknown.

Therefore it is the responsibility of the messaging client to set the correct send state of new SMS messages correctly given the preferred sending schedule.

ESmsDeliveryImmediately

Send message immediately. The message send state should be set to KMsvSendStateWaiting.

ESmsDeliveryUponRequest

Send message when client requests. The message send state should be set to KMsvSendStateUponRequest.

ESmsDeliveryScheduled

Send message at scheduled time. The message send state should be set to KMsvSendStateScheduled.