AS2EnvelopeSettings(ContentType, Boolean, String, Boolean, Boolean) Constructor
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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET