Condividi tramite


SendMessageOptions Class

Definition

Options for the notification message.

public class SendMessageOptions
type SendMessageOptions = class
Public Class SendMessageOptions
Inheritance
SendMessageOptions

Constructors

SendMessageOptions(String, IEnumerable<String>, MessageTemplate)

Initializes a new instance of the SendMessageOptions class for sending a Template message.

SendMessageOptions(String, IEnumerable<String>, String)

Initializes a new instance of the SendMessageOptions class for sending a Text message.

SendMessageOptions(String, IEnumerable<String>, Uri, String)

Initializes a new instance of the SendMessageOptions class for sending a Media message.

Properties

ChannelRegistrationId

The Channel Registration ID for the Business Identifier.

Content

Threadless message content.

MediaUri

The media Object.

MessageType

The cross-platform threadless message type.

Template

The template object used to create message templates.

To

The native external platform user identifiers of the recipient.

Applies to