Table of Contents

Enum DlrStatus

Namespace
Vonage.Messaging
Assembly
Vonage.dll

Represents the delivery status of an SMS message as reported in a delivery receipt (DLR).

public enum DlrStatus

Fields

accepted = 4

The message was accepted by the carrier for delivery.

buffered = 5

The message is being buffered by the carrier for later delivery.

delivered = 0

The message was successfully delivered to the recipient's handset.

expired = 1

The message delivery timed out before reaching the recipient.

failed = 2

The message delivery failed. Check the error code for details.

rejected = 3

The message was rejected by the carrier or recipient.

unknown = 6

The delivery status could not be determined.