AS2MdnSettings コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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 テキスト。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET