Class MMSDelivery
- Namespace
- Inetlab.SMPP.Multimedia
- Assembly
- Inetlab.SMPP.dll
Delivery Report about sent message
public class MMSDelivery : MMSMessage
- Inheritance
-
MMSDelivery
- Inherited Members
Properties
Date
Date and time the message was handled (fetched, expired, etc.) by the recipient or MMS Proxy -Relay.
public DateTime Date { get; set; }
Property Value
MessageId
The ID enables an MMS Client to match delivery reports with previously sent or forwarded MMs.
public string MessageId { get; set; }
Property Value
Status
The status of the message.
public MMSStatus Status { get; set; }
Property Value
To
Needed for reporting in case of point-to-multipoint message.
public string To { get; set; }