AS2MdnSettings Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
AS2MdnSettings() | |
AS2MdnSettings(Boolean, Boolean, Boolean, Boolean, Boolean, HashingAlgorithm, String, String, String) |
AS2MdnSettings()
public AS2MdnSettings ();
Public Sub New ()
S’applique à
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)
Paramètres
- needMdn
- Boolean
- signMdn
- Boolean
- sendMdnAsynchronously
- Boolean
- signOutboundMdnIfOptional
- Boolean
- sendInboundMdnToMessageBox
- Boolean
- micHashingAlgorithm
- HashingAlgorithm
- receiptDeliveryUrl
- String
- dispositionNotificationTo
- String
- mdnText
- String
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET