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() | |
AS2MdnSettings(Boolean, Boolean, Boolean, Boolean, Boolean, HashingAlgorithm, String, String, String) |
AS2MdnSettings()
public AS2MdnSettings ();
Public Sub New ()
Applies to
AS2MdnSettings(Boolean, Boolean, Boolean, Boolean, Boolean, HashingAlgorithm, String, String, String)
public AS2MdnSettings (bool needMdn, bool signMdn, bool sendMdnAsynchronously, bool signOutboundMdnIfOptional, bool sendInboundMdnToMessageBox, Microsoft.Azure.Management.Logic.Fluent.Models.HashingAlgorithm micHashingAlgorithm, string receiptDeliveryUrl = default, string dispositionNotificationTo = default, string mdnText = default);
new Microsoft.Azure.Management.Logic.Fluent.Models.AS2MdnSettings : bool * bool * bool * bool * bool * Microsoft.Azure.Management.Logic.Fluent.Models.HashingAlgorithm * string * string * string -> Microsoft.Azure.Management.Logic.Fluent.Models.AS2MdnSettings
Public Sub New (needMdn As Boolean, signMdn As Boolean, sendMdnAsynchronously As Boolean, signOutboundMdnIfOptional As Boolean, sendInboundMdnToMessageBox As Boolean, micHashingAlgorithm As HashingAlgorithm, Optional receiptDeliveryUrl As String = Nothing, Optional dispositionNotificationTo As String = Nothing, Optional mdnText As String = Nothing)
Parameters
- needMdn
- Boolean
- signMdn
- Boolean
- sendMdnAsynchronously
- Boolean
- signOutboundMdnIfOptional
- Boolean
- sendInboundMdnToMessageBox
- Boolean
- micHashingAlgorithm
- HashingAlgorithm
- receiptDeliveryUrl
- String
- dispositionNotificationTo
- String
- mdnText
- String
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET