Click or drag to resize

SmtpConnectionString Properties

The SmtpConnectionString type exposes the following members.

Properties
  NameDescription
Public propertyHost
Get or set IP address or name of the SMTP server.
Public propertyPort
Get or set the port of the SMTP server.
Public propertyUserName
Get or set the user name to connect on the SMTP server.
Public propertyUserPassword
Get or set the user password to connect on the SMTP server.
Public propertyUseSsl
Indicates if the SMTP server use SSL protocol.
Top
See Also