 | ListenerUseSSL Property |
Defines whether it's necessary to use SSL or not
Namespace:
SMTPRouter
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 Listener
Dim value As Boolean
value = instance.UseSSL
instance.UseSSL = value
public:
property bool UseSSL {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also