DirectSendServerConfig Properties

The DirectSendServerConfig type exposes the following members.

Properties
  NameDescription
Public propertyEnableStartTls
Gets or sets whether direct send will occur via SSL/TLS if this is supported by the MX server.
Public propertyHelloDomain
Gets or sets the domain string to be used in the EHLO or HELO command when connecting to the server.
Public propertyLocalEndPoint
Gets or sets the local end point which will be used when connecting to SMTP MX servers.
Public propertyPipelining
Gets or sets whether to use commands pipelining if it's supported by the server.
Public propertySmtpOptions
Gets or sets ESMTP options specifying which SMTP extensions must not be used when communicating with the server.
Public propertyTimeout
Gets or sets the amount of time (in milliseconds) the component will wait for a response from the server.
Top
See Also