-
SwiftReach.Swift911.Core.Messages.SMS.SMS_Message Object Reference
Struct defining properties for a SMS message
Field Type Description CreateStamp System.DateTime The date and time that the sms message was created. ChangeStamp System.DateTime The date and time that the sms message last changed. LastUsed System.DateTime The date and time that the message was last used in an alert. CreatedByUser System.String The username which created the sms message. ChangedByUser System.String The username that last made changes to the sms message. SMSCode System.Int32 Unique numerical code identifying this SMS message Name System.String Name of this SMS message Description System.String Description of what the message is to be used for. FromName System.String Name of the sender of this SMS message. (22 chars) FromAddress System.String email address of the sender of this SMS message (only used when sent via smtp) DefaultSpokenLanguage System.String The language that is sent by default to those recipients with no language preference or an unsupported preference. Body SwiftReach.Swift911.Core.Messages.SMS.SMS_Content[] Content of this SMS message. Length of this field has varying limits depending on mobile providers of the recipients. (138 chars) ReplyType SwiftReach.Swift911.Core.Messages.SMS.SMS_REPLY_TYPE Type of inbound replies expected for this message. ReplyCriteria System.String criteria for the selected inbound reply type ReplyWindow System.Int32 Number of minutes after sending the message for which to accept inbound replies ReplyConfirmation System.String Confirmation message sent after a valid reply is received Visibility SwiftReach.Swift911.Core.Messages.VISIBILITY_TYPE The level of visibility for this message DeleteLocked System.Boolean When true users are prevented from deleting this item.