TwilioMessageOptions Class

Definition

Represents an outgoing message content and options for Twilio.

public class TwilioMessageOptions
type TwilioMessageOptions = class
Public Class TwilioMessageOptions
Inheritance
TwilioMessageOptions

Constructors

TwilioMessageOptions()

Properties

ApplicationSid

Gets or sets the application to use for callbacks.

Body

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

From

Gets or sets the phone number that initiated the message.

MediaUrl

Gets the URL of the media to send with the message.

To

Gets or sets the destination phone number.

Applies to