Share via


AS2EnvelopeSettings(ContentType, Boolean, String, Boolean, Boolean) Constructor

Definition

Initializes a new instance of AS2EnvelopeSettings.

public AS2EnvelopeSettings (Azure.Core.ContentType messageContentType, bool transmitFileNameInMimeHeader, string fileNameTemplate, bool suspendMessageOnFileNameGenerationError, bool autoGenerateFileName);
new Azure.ResourceManager.Logic.Models.AS2EnvelopeSettings : Azure.Core.ContentType * bool * string * bool * bool -> Azure.ResourceManager.Logic.Models.AS2EnvelopeSettings
Public Sub New (messageContentType As ContentType, transmitFileNameInMimeHeader As Boolean, fileNameTemplate As String, suspendMessageOnFileNameGenerationError As Boolean, autoGenerateFileName As Boolean)

Parameters

messageContentType
ContentType

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.

Exceptions

fileNameTemplate is null.

Applies to