SMSIncomingMessage
Type Properties
Property Name | Description | Data Type | Sample |
---|---|---|---|
FromPhoneNumber |
Returns the phone number that sent this incoming message. |
String |
17575449510 |
IncomingMessageID |
Returns a unique Guid ID for this incoming message. |
Guid |
1835fecd-8402-4b02-91a4-5f4f9e036fe6 |
MatchedMessageID |
Returns a unique Guid ID that matches the outgoing MessageID that this message is in response to. |
Guid |
B01d89fd-5155-5455-5585-e84ab8de8591 |
Message |
Returns the content of the incoming message. |
String |
Ok. |
ResponseReceiveDate |
Returns the UTC Date and Time of when the message was received. |
DateTime |
2020-06-13T10:15:00 |
ToPhoneNumber |
Returns the destination phone number of this incoming message. |
String |
17577698337 |