다음을 통해 공유


AS2EnvelopeSettings Constructors

Definition

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