Framework EDI Reference. Methods and Properties
ediSmtpCfg. SendFileOutput

Gets or sets the file name to write out the message to before sending.

Syntax:

Remarks:

When Framework EDI sends an SMTP message, it builds the message using the properties supplied to the ediSmtpCfg object.  This message is then sent in chunks to the SMTP server during the communication phase when the client has received confirmation after sending the DATA command.  If this property is set, the entire message will be saved to the file specified in this property, before the message is sent to the server.

Samples