AS2MdnSettings Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AS2MdnSettings() |
Initializes a new instance of the AS2MdnSettings class. |
AS2MdnSettings(Boolean, Boolean, Boolean, Boolean, Boolean, String, String, String, String) |
Initializes a new instance of the AS2MdnSettings class. |
AS2MdnSettings()
Initializes a new instance of the AS2MdnSettings class.
public AS2MdnSettings ();
Public Sub New ()
Applies to
AS2MdnSettings(Boolean, Boolean, Boolean, Boolean, Boolean, String, String, String, String)
Initializes a new instance of the AS2MdnSettings class.
public AS2MdnSettings (bool needMdn, bool signMdn, bool sendMdnAsynchronously, bool signOutboundMdnIfOptional, bool sendInboundMdnToMessageBox, string micHashingAlgorithm, string receiptDeliveryUrl = default, string dispositionNotificationTo = default, string mdnText = default);
new Microsoft.Azure.Management.Logic.Models.AS2MdnSettings : bool * bool * bool * bool * bool * string * string * string * string -> Microsoft.Azure.Management.Logic.Models.AS2MdnSettings
Public Sub New (needMdn As Boolean, signMdn As Boolean, sendMdnAsynchronously As Boolean, signOutboundMdnIfOptional As Boolean, sendInboundMdnToMessageBox As Boolean, micHashingAlgorithm As String, Optional receiptDeliveryUrl As String = Nothing, Optional dispositionNotificationTo As String = Nothing, Optional mdnText As String = Nothing)
Parameters
- needMdn
- Boolean
The value indicating whether to send or request a MDN.
- signMdn
- Boolean
The value indicating whether the MDN needs to be signed or not.
- sendMdnAsynchronously
- Boolean
The value indicating whether to send the asynchronous MDN.
- signOutboundMdnIfOptional
- Boolean
The value indicating whether to sign the outbound MDN if optional.
- sendInboundMdnToMessageBox
- Boolean
The value indicating whether to send inbound MDN to message box.
- micHashingAlgorithm
- String
The signing or hashing algorithm. Possible values include: 'NotSpecified', 'None', 'MD5', 'SHA1', 'SHA2256', 'SHA2384', 'SHA2512'
- receiptDeliveryUrl
- String
The receipt delivery URL.
- dispositionNotificationTo
- String
The disposition notification to header value.
- mdnText
- String
The MDN text.
Applies to
Azure SDK for .NET