SendMessageByPhoneNumberInput.NameOfTheSender 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.
The name of the message sender. This is shown in the TextRequest web app and api when retrieving this message.
[System.Text.Json.Serialization.JsonPropertyName("sender_name")]
public string NameOfTheSender { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("sender_name")>]
member this.NameOfTheSender : string with get, set
Public Property NameOfTheSender As String
Property Value
- Attributes