AS2EnvelopeSettings 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
AS2EnvelopeSettings() | |
AS2EnvelopeSettings(String, Boolean, String, Boolean, Boolean) |
AS2EnvelopeSettings()
public AS2EnvelopeSettings ();
Public Sub New ()
S’applique à
AS2EnvelopeSettings(String, Boolean, String, Boolean, Boolean)
public AS2EnvelopeSettings (string messageContentType, bool transmitFileNameInMimeHeader, string fileNameTemplate, bool suspendMessageOnFileNameGenerationError, bool autogenerateFileName);
new Microsoft.Azure.Management.Logic.Fluent.Models.AS2EnvelopeSettings : string * bool * string * bool * bool -> Microsoft.Azure.Management.Logic.Fluent.Models.AS2EnvelopeSettings
Public Sub New (messageContentType As String, transmitFileNameInMimeHeader As Boolean, fileNameTemplate As String, suspendMessageOnFileNameGenerationError As Boolean, autogenerateFileName As Boolean)
Paramètres
- messageContentType
- String
- transmitFileNameInMimeHeader
- Boolean
- fileNameTemplate
- String
- suspendMessageOnFileNameGenerationError
- Boolean
- autogenerateFileName
- Boolean
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