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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.