ShortMessage class
ShortMessage is a DTO (Data Transfer Object) class that defines the elements of the text message.
Following is a list of its members with description:
- ShortMessage.AccessCode
- ShortMessage.MaxLength
- ShortMessage.Message
- ShortMessage.PhoneNumbers
- ShortMessage.ReferenceId
- ShortMessage.Validate
Member | Description |
---|---|
ShortMessage.AccessCode property | Gets or sets the confirmation code that will be sent to registered mobile phone users. |
ShortMessage.MaxLength property | Defines the maximum length of an SMS message. |
ShortMessage.Message property | Gets or sets the supporting message text that will be sent to registered mobile phone users along with the confirmation code. |
ShortMessage.PhoneNumbers property | Gets or sets the list of phone numbers to send the message to. |
ShortMessage.ReferenceId property | Gets or sets the reference ID for the text message. |
ShortMessage.Validate method | Validates various elements in an SMS message, such as message length and phone number. |
See Also