Enum DlrStatus
Represents the delivery status of an SMS message as reported in a delivery receipt (DLR).
public enum DlrStatus
Fields
accepted = 4The message was accepted by the carrier for delivery.
buffered = 5The message is being buffered by the carrier for later delivery.
delivered = 0The message was successfully delivered to the recipient's handset.
expired = 1The message delivery timed out before reaching the recipient.
failed = 2The message delivery failed. Check the error code for details.
rejected = 3The message was rejected by the carrier or recipient.
unknown = 6The delivery status could not be determined.