Location:
SmsMessageSettings.h
Link against: smcm.lib
class CSmsMessageSettingsProxy : public CBase;
A proxy to the message settings which are common to both CDMA and GSM
CBase
- Base class for all classes to be instantiated on the heap
CSmsMessageSettingsProxy
- A proxy to the message settings which are common to both CDMA and GSM
Defined in CSmsMessageSettingsProxy
:
AbsoluteValidityPeriod()
, Cdma()
, Cdma()
, Encoding()
, Gsm()
, Gsm()
, RelativeValidityPeriod()
, ReplyOptions()
, SetAbsoluteValidityPeriod()
, SetEncoding()
, SetRelativeValidityPeriod()
, SetReplyOptions()
, SetValidityPeriodFormat()
, ValidityPeriodFormat()
, ~CSmsMessageSettingsProxy()
Inherited from CBase
:
Delete()
,
Extension_()
,
operator new()
IMPORT_C const TSmsMessageSettingsCdma &Cdma() const;
Returns a non-modifiable reference to the CDMA specific message settings.
|
IMPORT_C TSmsMessageSettingsCdma &Cdma();
Returns reference to the CDMA specific message settings.
|
IMPORT_C const TSmsMessageSettingsGsm &Gsm() const;
Returns a non-modifiable reference to the GSM specific message settings.
|
IMPORT_C TSmsMessageSettingsGsm &Gsm();
Returns reference to the GSM specific message settings.
|
IMPORT_C TSmsCharacterEncoding Encoding() const;
Gets the default character set used in SMS messages
|
IMPORT_C void SetEncoding(TSmsCharacterEncoding aEncoding);
Sets the default character set used in SMS messages. Note: This will also affect CSmsSettings::SetCharacterSet()
Text is stored in Unicode on the Symbian OS phone and is converted into the appropriate character set when the message is sent.
|
IMPORT_C const TTimeIntervalMinutes &RelativeValidityPeriod() const;
Returns the relative validity period as a time interval in minutes.
|
IMPORT_C void SetRelativeValidityPeriod(const TTimeIntervalMinutes &aMinutes);
Sets the relative validity period in minutes.
|
IMPORT_C TDateTime AbsoluteValidityPeriod() const;
Returns the absolute validity period.
|
IMPORT_C void SetAbsoluteValidityPeriod(const TDateTime &aAbsTime);
Sets the absolute validity period.
|
IMPORT_C void SetValidityPeriodFormat(TSmsTimePeriodFormat aFormat);
Sets the format the validity period should be sent in a sent message
|
IMPORT_C TSmsTimePeriodFormat ValidityPeriodFormat() const;
Gets the format the validity period should be sent in a sent message
|
IMPORT_C const TSmsReplyOptions &ReplyOptions() const;
Returns the reply options.
|
IMPORT_C void SetReplyOptions(const TSmsReplyOptions &aReplyOptions);
Sets the default selection of Acknowledgements
|