Table of Contents

Class ReadReplyReportRequest

Namespace
Inetlab.MMS.MM7
Assembly
Inetlab.MMS.MM7.dll

MMS to VASP : Delivery Report from one of the MM recipients

public class ReadReplyReportRequest : RSGenericRequest
Inheritance
ReadReplyReportRequest
Inherited Members

Properties

ApplicID

The identification of the originating application of the original MM.

public string ApplicID { get; set; }

Property Value

string

AuxApplicInfo

Auxiliary application addressing information.

public string AuxApplicInfo { get; set; }

Property Value

string

MMStatus

Status of the MM, e.g. retrieved, expired, rejected

public ReadStatus MMStatus { get; set; }

Property Value

ReadStatus

MessageID

The identification of the original MM.

public string MessageID { get; set; }

Property Value

string

Recipient

The address of the recipient of the original MM.

public Address Recipient { get; set; }

Property Value

Address

ReplyApplicID

Identification of an application to which the originating application of the original MM shall address reply-MMs if any.

public string ReplyApplicID { get; set; }

Property Value

string

Response

public ReadReplyReportResponse Response { get; set; }

Property Value

ReadReplyReportResponse

Sender

The address of the VAS that submitted the original MM.

public Address Sender { get; set; }

Property Value

Address

StatusText

Text description of the status for display purposes, should qualify the MM Status

public string StatusText { get; set; }

Property Value

string

TimeStamp

Date and time the MM was handled (retrieved, expired, rejected, etc.)

public DateTime TimeStamp { get; set; }

Property Value

DateTime