Table of Contents

Class UnsuccessfulDelivery

Namespace
Inetlab.SMPP.Common
Assembly
Inetlab.SMPP.dll

Represents SME address or/and Distribution name to which submission was unsuccessful

public class UnsuccessfulDelivery
Inheritance
UnsuccessfulDelivery
Inherited Members

Properties

DestinationAddress

Destination address of short message.

public SmeAddress DestinationAddress { get; set; }

Property Value

SmeAddress

ErrorStatus

Indicates the success or failure of the request to this SME address.

public CommandStatus ErrorStatus { get; set; }

Property Value

CommandStatus