SendMessageByPhoneNumberResponse.MessageDirection Property
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.
Singular character, either R or S, denoting whether this message was received from the contact or sent to them, respectively.
[System.Text.Json.Serialization.JsonPropertyName("message_direction")]
public string MessageDirection { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("message_direction")>]
member this.MessageDirection : string with get, set
Public Property MessageDirection As String
Property Value
- Attributes