GetUnreadIncomingMessagesResponse
Type Properties
Property Name | Description | Data Type | Sample |
---|---|---|---|
FromPhoneNumber |
Returns the phone number that sent the incoming message. |
String |
15551235678 |
IncomingMessageID |
Returns a unique ID that was assigned to every incoming message received. This is different than original |
Guid |
A01d89fd-5155-5455-5585-e84ab8de8591 |
MatchedMessageID |
Returns the unique ID that was assigned to the original SMS message sent. |
Guid |
B01d89fd-5155-5455-5585-e84ab8de8591 |
Message |
Returns a string of the incoming message sent. |
String |
Hi, Thanks for the message. |
ResponseReceivedDate |
Returns the date and time of when the response was received. |
DateTime |
2010-05-11T19:17:28 |
ToPhoneNumber |
Returns the phone number used to send the original SMS message sent. |
String |
15551233325 |