Class DeliveryReportRequest
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
AuxApplicInfo
Auxiliary application addressing information.
public string AuxApplicInfo { get; set; }
Property Value
Date
Date and time the MM was handled (retrieved, expired, rejected, etc.)
public DateTime Date { get; set; }
Property Value
MMStatus
Status of the MM, e.g. retrieved, expired, rejected
public DeliveryStatus MMStatus { get; set; }
Property Value
MMStatusExtension
Extension of the MM Status, to provide more granularity.
public MMStatusExtensionType MMStatusExtension { get; set; }
Property Value
MessageID
The identification of the original MM.
public string MessageID { get; set; }
Property Value
Recipient
The address of the recipient of the original MM.
public Address Recipient { get; set; }
Property Value
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
Response
public DeliveryReportResponse Response { get; set; }
Property Value
Sender
The address of the VAS that submitted the original MM.
public Address Sender { get; set; }
Property Value
StatusText
Text description of the status for display purposes, should qualify the MM Status
public string StatusText { get; set; }
Property Value
UACapabilities
Information about the MMS User Agent's capabilities of the recipient of the original MM.
public CapabilitiesType UACapabilities { get; set; }