The SMSMessage object is a system structure that stores
the text of an SMSMessage object. The SMSMessage object has no events.
It inherits functions from the PowerObject base object.
SMSMessage property
|
Datatype
|
Description
|
ClassDefinition
|
PowerObject
|
An object of type PowerObject containing
information about the class definition of the object or control.
|
ID
|
Long
|
Identifies an SMS message.
|
Options
|
SMSMsgOptions
|
Indicates the retry options if an SMS
message is not delivered by the message router. Values are:
SMS_OPTION_DELIVERY_NONE! No special handling specified.
SMS_OPTION_DELIVERY_NO_RETRY! No attempt to resend the message will be made. When this option
is not specified, the message is resent according to a short-term
retry schedule.
|
Status
|
SMSMsgStatus
|
Specifies the SMS message status.
|
Text
|
String
|
Text data portion of the message; this
can be null.
|
ValidityPeriod
|
DateTime
|
Defines the duration for which the SMS
message is valid, beginning when the SMS service center receives
the message; this can be null.
|