AS2MdnSettings Class

Definition

The AS2 agreement mdn settings.

public class AS2MdnSettings
type AS2MdnSettings = class
Public Class AS2MdnSettings
Inheritance
AS2MdnSettings

Constructors

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.

Properties

DispositionNotificationTo

Gets or sets the disposition notification to header value.

MdnText

Gets or sets the MDN text.

MicHashingAlgorithm

Gets or sets the signing or hashing algorithm. Possible values include: 'NotSpecified', 'None', 'MD5', 'SHA1', 'SHA2256', 'SHA2384', 'SHA2512'

NeedMdn

Gets or sets the value indicating whether to send or request a MDN.

ReceiptDeliveryUrl

Gets or sets the receipt delivery URL.

SendInboundMdnToMessageBox

Gets or sets the value indicating whether to send inbound MDN to message box.

SendMdnAsynchronously

Gets or sets the value indicating whether to send the asynchronous MDN.

SignMdn

Gets or sets the value indicating whether the MDN needs to be signed or not.

SignOutboundMdnIfOptional

Gets or sets the value indicating whether to sign the outbound MDN if optional.

Methods

Validate()

Validate the object.

Applies to