AS2EnvelopeSettings Class
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.
The AS2 agreement envelope settings.
public class AS2EnvelopeSettings
type AS2EnvelopeSettings = class
Public Class AS2EnvelopeSettings
- Inheritance
-
AS2EnvelopeSettings
Constructors
AS2EnvelopeSettings() |
Initializes a new instance of the AS2EnvelopeSettings class. |
AS2EnvelopeSettings(String, Boolean, String, Boolean, Boolean) |
Initializes a new instance of the AS2EnvelopeSettings class. |
Properties
AutogenerateFileName |
Gets or sets the value indicating whether to auto generate file name. |
FileNameTemplate |
Gets or sets the template for file name. |
MessageContentType |
Gets or sets the message content type. |
SuspendMessageOnFileNameGenerationError |
Gets or sets the value indicating whether to suspend message on file name generation error. |
TransmitFileNameInMimeHeader |
Gets or sets the value indicating whether to transmit file name in mime header. |
Methods
Validate() |
Validate the object. |