Table of Contents

Class DeliverRequest

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

Represents MM7_deliver.REQ message that is passed by the MMS Relay/Server to a VASP

public class DeliverRequest : RSGenericRequest
Inheritance
DeliverRequest
Inherited Members

Constructors

DeliverRequest()

public DeliverRequest()

Properties

ContentHref

public string ContentHref { get; set; }

Property Value

string

LinkedID

Identifier that may be used by the VASP in a subsequent SubmitRequest

public string LinkedID { get; set; }

Property Value

string

Priority

The priority (importance) of the message.

public Priorities Priority { get; set; }

Property Value

Priorities

Recipients

The address(es) of the intended recipients of the subsequent processing by the VASP or the original recipient address(es).

public Recipients Recipients { get; set; }

Property Value

Recipients

ReplyChargingID

In case of reply-charging when the reply-MM is submitted within the MM7_deliver.REQ this is the identification of the original MM that is replied to.

public string ReplyChargingID { get; set; }

Property Value

string

Response

public DeliverResponse Response { get; set; }

Property Value

DeliverResponse

Sender

The address of the MM originator

public Address Sender { get; set; }

Property Value

Address

Subject

The title of the whole MM.

public string Subject { get; set; }

Property Value

string

TimeStamp

The time and date of the submission of the MM.

public DateTime TimeStamp { get; set; }

Property Value

DateTime