Class MMSNotification
- Namespace
- Inetlab.SMPP.Multimedia
- Assembly
- Inetlab.SMPP.dll
MMS Notification about new message
public class MMSNotification : MMSMessage
- Inheritance
-
MMSNotification
- Inherited Members
Properties
ContentLocation
The location of the MM to be retrieved.
public string ContentLocation { get; set; }
Property Value
DeliveryReport
Specifies whether the user wants a delivery report from each recipient.
public bool? DeliveryReport { get; set; }
Property Value
- bool?
Expiry
Length of time the message will be available.
public TimeSpan Expiry { get; set; }
Property Value
From
Address of the last MMS Client that handled the MM,
public string From { get; set; }
Property Value
MessageClass
Class of the message.
public MMSMessageClass MessageClass { get; set; }
Property Value
MessageSize
Full size of the associated M-Retrieve.conf PDU in octets.
public int MessageSize { get; set; }
Property Value
ReplyCharging
public ReplyCharging ReplyCharging { get; set; }
Property Value
Subject
Subject of the message.
public string Subject { get; set; }
Property Value
TransactionId
This transaction ID identifies the M-Notification.ind and the corresponding M-NotifyResp.ind
public string TransactionId { get; set; }