Class DeliverRequest
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
LinkedID
Identifier that may be used by the VASP in a subsequent SubmitRequest
public string LinkedID { get; set; }
Property Value
Priority
The priority (importance) of the message.
public Priorities Priority { get; set; }
Property Value
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
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
Response
public DeliverResponse Response { get; set; }
Property Value
Sender
The address of the MM originator
public Address Sender { get; set; }
Property Value
Subject
The title of the whole MM.
public string Subject { get; set; }
Property Value
TimeStamp
The time and date of the submission of the MM.
public DateTime TimeStamp { get; set; }