 | SmtpConfigurationUseSSL Property |
Defines whether SSL is necessary to perform the connection.
Namespace:
SMTPRouter.Models
Assembly:
SMTPRouter (in SMTPRouter.dll) Version: 1.0.0.4
Syntaxpublic bool UseSSL { get; set; }Public Property UseSSL As Boolean
Get
Set
Dim instance As SmtpConfiguration
Dim value As Boolean
value = instance.UseSSL
instance.UseSSL = value
public:
property bool UseSSL {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
RemarksMake sure you define the proper port on the
Port Property. SSL usually uses port 465.
See Also