MDNTo Property

Used to indicate that a message disposition notification is requested.

Object Oriented Interface

public function getMDNTo();
public function setMDNTo($value);

Procedural Interface

ipworksedi_as2sender_get($res, 60 );
ipworksedi_as2sender_set($res, 60, $value );

Default Value

''

Remarks

If this property is set, a Disposition-Notification-To header will be added to the request, and an MDN will be requested. The value may be an email address, URL, etc., and while its presence is used to determine whether or not an MDN is sent, the value itself will typically be ignored by the server.

By default, the class will request a PKCS#7 signature and synchronous delivery. You may set MDNDeliveryOption to request an asynchronous MDN, and you may set MDNOptions to request a different type of signature, or no signature at all.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks EDI 2020 PHP Edition - Version 20.0 [Build 8203]