AS2EnvelopeSettings 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
AS2EnvelopeSettings() |
Initializes a new instance of the AS2EnvelopeSettings class. |
AS2EnvelopeSettings(String, Boolean, String, Boolean, Boolean) |
Initializes a new instance of the AS2EnvelopeSettings class. |
AS2EnvelopeSettings()
Initializes a new instance of the AS2EnvelopeSettings class.
public AS2EnvelopeSettings ();
Public Sub New ()
Applies to
AS2EnvelopeSettings(String, Boolean, String, Boolean, Boolean)
Initializes a new instance of the AS2EnvelopeSettings class.
public AS2EnvelopeSettings (string messageContentType, bool transmitFileNameInMimeHeader, string fileNameTemplate, bool suspendMessageOnFileNameGenerationError, bool autogenerateFileName);
new Microsoft.Azure.Management.Logic.Models.AS2EnvelopeSettings : string * bool * string * bool * bool -> Microsoft.Azure.Management.Logic.Models.AS2EnvelopeSettings
Public Sub New (messageContentType As String, transmitFileNameInMimeHeader As Boolean, fileNameTemplate As String, suspendMessageOnFileNameGenerationError As Boolean, autogenerateFileName As Boolean)
Parameters
- messageContentType
- String
The message content type.
- transmitFileNameInMimeHeader
- Boolean
The value indicating whether to transmit file name in mime header.
- fileNameTemplate
- String
The template for file name.
- suspendMessageOnFileNameGenerationError
- Boolean
The value indicating whether to suspend message on file name generation error.
- autogenerateFileName
- Boolean
The value indicating whether to auto generate file name.
Applies to
Azure SDK for .NET