Discuss this help topic in SecureBlackbox Forum
Shows whether the SMTP server supports SASL authentication
Declaration
[C#]
bool ExtensionSASLLoginSupported;
[VB.NET]
Property ExtensionSASLLoginSupported As Boolean
[Pascal]
property ExtensionSASLLoginSupported : boolean;
[C++]
bool get_ExtensionSASLLoginSupported();
[PHP]
bool get_ExtensionSASLLoginSupported()
[Java]
boolean getExtensionSASLLoginSupported();
Description
Shows whether the SMTP server supports SASL authentication.
Discuss this help topic in SecureBlackbox Forum