Table of Contents

Class SubmitMultiResp

Namespace
Inetlab.SMPP.PDU
Assembly
Inetlab.SMPP.dll

Represents the response to the submit_multi PDU.

public class SubmitMultiResp : SmppResponse<SubmitMulti>
Inheritance
SubmitMultiResp
Inherited Members
Extension Methods

Constructors

SubmitMultiResp()

public SubmitMultiResp()

SubmitMultiResp(SmppHeader)

public SubmitMultiResp(SmppHeader header)

Parameters

header SmppHeader

SubmitMultiResp(SubmitMulti)

public SubmitMultiResp(SubmitMulti req)

Parameters

req SubmitMulti

Properties

MessageId

The unique message identifier reference assigned by the SMSC to each submitted short message.

public string MessageId { get; set; }

Property Value

string

Optional

[Obsolete("User Parameters property instead of Optional.")]
public TLVCollection Optional { get; set; }

Property Value

TLVCollection

Parameters

Optional Parameters

public TLVCollection Parameters { get; set; }

Property Value

TLVCollection

UnsuccessfulDeliveries

Contains one or more SME address(es) to which submission was unsuccessful.

public List<UnsuccessfulDelivery> UnsuccessfulDeliveries { get; set; }

Property Value

List<UnsuccessfulDelivery>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.