Framework EDI Reference. Methods and Properties
ediSmtpCfg. ServerName

Gets or sets the server name or IP address of the SMTP server.

Syntax:

Remarks

The string in this property represents the IP address of the SMTP server that Framework EDI client connects to negotiate transfer of an SMTP message (email).  The address may be in dot notation (a.b.c.d) or a DNS name.

It this property is not set, and an SMTP transport is being performed then Framework EDI will attempt to send the message using MAPI.  If this is the case then the settings in the ediMapiCfg are used to affect the behavior of the message transport.

Samples