Table of Contents

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

string

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

TimeSpan

From

Address of the last MMS Client that handled the MM,

public string From { get; set; }

Property Value

string

MessageClass

Class of the message.

public MMSMessageClass MessageClass { get; set; }

Property Value

MMSMessageClass

MessageSize

Full size of the associated M-Retrieve.conf PDU in octets.

public int MessageSize { get; set; }

Property Value

int

ReplyCharging

public ReplyCharging ReplyCharging { get; set; }

Property Value

ReplyCharging

Subject

Subject of the message.

public string Subject { get; set; }

Property Value

string

TransactionId

This transaction ID identifies the M-Notification.ind and the corresponding M-NotifyResp.ind

public string TransactionId { get; set; }

Property Value

string