次の方法で共有


AS2MdnSettings コンストラクター

定義

オーバーロード

AS2MdnSettings()

AS2MdnSettings クラスの新しいインスタンスを初期化します。

AS2MdnSettings(Boolean, Boolean, Boolean, Boolean, Boolean, String, String, String, String)

AS2MdnSettings クラスの新しいインスタンスを初期化します。

AS2MdnSettings()

AS2MdnSettings クラスの新しいインスタンスを初期化します。

public AS2MdnSettings ();
Public Sub New ()

適用対象

AS2MdnSettings(Boolean, Boolean, Boolean, Boolean, Boolean, String, String, String, String)

AS2MdnSettings クラスの新しいインスタンスを初期化します。

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)

パラメーター

needMdn
Boolean

MDN を送信または要求するかどうかを示す値。

signMdn
Boolean

MDN に署名する必要があるかどうかを示す値。

sendMdnAsynchronously
Boolean

非同期 MDN を送信するかどうかを示す値。

signOutboundMdnIfOptional
Boolean

送信 MDN に署名するかどうかを示す値 (省略可能な場合)。

sendInboundMdnToMessageBox
Boolean

受信 MDN をメッセージ ボックスに送信するかどうかを示す値。

micHashingAlgorithm
String

署名またはハッシュ アルゴリズム。 指定できる値は、'NotSpecified'、'None'、'MD5'、'SHA1'、'SHA2256'、'SHA2384'、'SHA2512' です。

receiptDeliveryUrl
String

レシート配信 URL。

dispositionNotificationTo
String

ヘッダー値への廃棄通知。

mdnText
String

MDN テキスト。

適用対象