Methods - GetReply

GetReply

This method returns the SMS text message replies to messages originally sent via the SendSMSEx function.

» Client_ID» String
» Client_Pass» String

The function GetReply returns a comma separated variable string, followed by a Carriage Return and Linefeed combination, for each message reply, as follows: "ID","Originator","Destination","Client_Ref","Body","OriginalBody", "Date","Time" & CRLF.

Where:
  • » ID Unique identifier that is used within the DeleteRepy function to delete messages that have already been retrieved. NB - You will be able to retrieve your messages at any time unless either you have deleted them or if three months has elapsed, in which case the system will have deleted the replies
  • » Originator the Originator field
  • » Destination the number to which the reply message was sent
  • » Client_Ref the Client_Ref given
  • » Body the content of the reply message
  • » OriginalBody the content of the original message sent
  • » Date the date that the message was sent
  • » Time the time that the message was sent

Footer Bottom