Table of Contents

Class ReceiptedMessageIdParameter

Namespace
Inetlab.SMPP.Parameters
Assembly
Inetlab.SMPP.dll

This parameter indicates the ID of the message being receipted in an SMSC Delivery Receipt. This is the opaque SMSC message identifier that was returned in the message_id parameter of the SMPP response PDU that acknowledged the submission of the original message.

public class ReceiptedMessageIdParameter : TLV
Inheritance
ReceiptedMessageIdParameter
Inherited Members

Constructors

ReceiptedMessageIdParameter(string)

public ReceiptedMessageIdParameter(string messageId)

Parameters

messageId string

Properties

MessageId

public string MessageId { get; }

Property Value

string