SendMessageByPhoneNumberResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Response for Send a message to the contact with the given phone number
public class SendMessageByPhoneNumberResponse
type SendMessageByPhoneNumberResponse = class
Public Class SendMessageByPhoneNumberResponse
- Inheritance
-
SendMessageByPhoneNumberResponse
Constructors
| Name | Description |
|---|---|
| SendMessageByPhoneNumberResponse() | |
Properties
| Name | Description |
|---|---|
| Body |
Content of this message. |
| DeliveryError |
Error that caused this message to not be delivered. If the delivery_status is not 'error', this value will be null. |
| DeliveryStatus |
Current status of this message. This can be 'sending', 'delivered', 'error', or 'send'. |
| MessageDirection |
Singular character, either R or S, denoting whether this message was received from the contact or sent to them, respectively. |
| MessageId |
Id of the message. This value is unique for each message. |
| MessageTimestampUtc |
Timestamp of when the message was sent or received by Text Request. |
| MmsMedia |
List of urls pointing to this message's attachments. All urls will be text-request generated urls. |
| ResponseByUsername |
Username of the Text Request user that last sent a message to this user. |