 | 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)
Syntaxpublic bool UseSSL { get; }Public ReadOnly Property UseSSL As Boolean
Get
Dim instance As SmtpConnectionElement
Dim value As Boolean
value = instance.UseSSL
public:
property bool UseSSL {
bool get ();
}Property Value
Type:
Boolean
RemarksMake sure you define the proper port on the
Port Property. SSL usually uses port 465.
See Also