Table of Contents

Class DestinationAddress

Namespace
Inetlab.SMPP.Common
Assembly
cs.temp.dll.dll
Represents SME address or/and Distribution name
public class DestinationAddress
Inheritance
Object
DestinationAddress

Constructors

DestinationAddress()

public DestinationAddress()

DestinationAddress(String)

Create destination address with Distribution List Name
public DestinationAddress(string listName)

Parameters

listName String

DestinationAddress(String, Byte, Byte)

Create destination address with SME Address
public DestinationAddress(string address, byte ton, byte npi)

Parameters

address String
ton Byte
npi Byte

Properties

Address

Destination address of short message.
public string Address { get; set; }

Property Value

String

DestType

Identifies whether destination address is a Distribution List name or SME address
public DestinationAddressType DestType { get; set; }

Property Value

DestinationAddressType

ListName

Name of Distribution List.
public string ListName { get; set; }

Property Value

String

Npi

Numbering Plan Indicator for destination.
public byte Npi { get; set; }

Property Value

Byte

Ton

Type of Number for destination.
public byte Ton { get; set; }

Property Value

Byte

Methods

ToString()

public override string ToString()

Returns

String