AS2EnvelopeSettings Class
The AS2 agreement envelope settings.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
AS2EnvelopeSettings
Constructor
AS2EnvelopeSettings(*, message_content_type: str, transmit_file_name_in_mime_header: bool, file_name_template: str, suspend_message_on_file_name_generation_error: bool, autogenerate_file_name: bool, **kwargs)
Variables
- message_content_type
- str
Required. The message content type.
- transmit_file_name_in_mime_header
- bool
Required. The value indicating whether to transmit file name in mime header.
- file_name_template
- str
Required. The template for file name.
- suspend_message_on_file_name_generation_error
- bool
Required. The value indicating whether to suspend message on file name generation error.
- autogenerate_file_name
- bool
Required. The value indicating whether to auto generate file name.
Feedback
Submit and view feedback for