 | SmtpConnectionElementSecureSocketOption Property |
The SecureSocketOption (0 = None, 1 = Auto, 2 = SslOnConnect, 3 = StartTls, 4 = StartTlsWhenAvailable
Namespace:
SMTPRouter.Windows.Configuration
Assembly:
SMTPRouter.Windows (in SMTPRouter.Windows.dll) Version: 1.0.0.3 (1.0.0.3)
Syntaxpublic int SecureSocketOption { get; }Public ReadOnly Property SecureSocketOption As Integer
Get
Dim instance As SmtpConnectionElement
Dim value As Integer
value = instance.SecureSocketOption
public:
property int SecureSocketOption {
int get ();
}Property Value
Type:
Int32
See Also