Table of Contents

Interface IUpdateMessageRequest

Namespace
Vonage.Messages
Assembly
Vonage.dll

Represents a request to update a message.

public interface IUpdateMessageRequest

Properties

MessageUuid

UUID of the message to be updated

string MessageUuid { get; }

Property Value

string

Status

The status to set for the message.

string Status { get; }

Property Value

string