TwilioMessageOptions.Body Property

Definition

Gets or sets the text of the message you want to send. Can be up to 1,600 characters in length.

public string Body { get; set; }
member this.Body : string with get, set
Public Property Body As String

Property Value

String

The text of the message you want to send. Can be up to 1,600 characters in length.

Applies to