Table of Contents

Class DeliveryReportRequest

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

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

public class DeliveryReportRequest : RSGenericRequest
Inheritance
DeliveryReportRequest
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

Date

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

public DateTime Date { get; set; }

Property Value

DateTime

MMStatus

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

public DeliveryStatus MMStatus { get; set; }

Property Value

DeliveryStatus

MMStatusExtension

Extension of the MM Status, to provide more granularity.

public MMStatusExtensionType MMStatusExtension { get; set; }

Property Value

MMStatusExtensionType

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 DeliveryReportResponse Response { get; set; }

Property Value

DeliveryReportResponse

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

UACapabilities

Information about the MMS User Agent's capabilities of the recipient of the original MM.

public CapabilitiesType UACapabilities { get; set; }

Property Value

CapabilitiesType