Click or drag to resize

SmtpConnectionElementUseSSL Property

Defines whether SSL is necessary to perform the connection.

Namespace:  SMTPRouter.Windows.Configuration
Assembly:  SMTPRouter.Windows (in SMTPRouter.Windows.dll) Version: 1.0.0.3 (1.0.0.3)
Syntax
public bool UseSSL { get; }

Property Value

Type: Boolean
Remarks
Make sure you define the proper port on the Port Property. SSL usually uses port 465.
See Also