AS2EnvelopeSettings コンストラクター

定義

オーバーロード

AS2EnvelopeSettings()

AS2EnvelopeSettings クラスの新しいインスタンスを初期化します。

AS2EnvelopeSettings(String, Boolean, String, Boolean, Boolean)

AS2EnvelopeSettings クラスの新しいインスタンスを初期化します。

AS2EnvelopeSettings()

AS2EnvelopeSettings クラスの新しいインスタンスを初期化します。

public AS2EnvelopeSettings ();
Public Sub New ()

適用対象

AS2EnvelopeSettings(String, Boolean, String, Boolean, Boolean)

AS2EnvelopeSettings クラスの新しいインスタンスを初期化します。

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)

パラメーター

messageContentType
String

メッセージ コンテンツ タイプ。

transmitFileNameInMimeHeader
Boolean

mime ヘッダーでファイル名を送信するかどうかを示す値。

fileNameTemplate
String

ファイル名のテンプレート。

suspendMessageOnFileNameGenerationError
Boolean

ファイル名生成エラーでメッセージを中断するかどうかを示す値。

autogenerateFileName
Boolean

ファイル名を自動生成するかどうかを示す値。

適用対象