Discuss this help topic in SecureBlackbox Forum

TElSMTPClient.ExtensionAuthLoginSupported

TElSMTPClient     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This property shows whether the SMTP server supports "LOGIN" authentication method.

Declaration

[C#]
    bool ExtensionAuthLoginSupported;

[VB.NET]
    Property ExtensionAuthLoginSupported As Boolean

[Pascal]
    property ExtensionAuthLoginSupported : boolean;

[C++]
    bool get_ExtensionAuthLoginSupported();

[PHP]
    bool get_ExtensionAuthLoginSupported()

[Java]
    boolean getExtensionAuthLoginSupported();

Description

    This property specifies whether the SMTP server supports "LOGIN" authentication method. If it is supported, the "AUTH LOGIN" command is send to the server during authentication.

See also:     ExtensionAuthPlainSupported     Login    

Discuss this help topic in SecureBlackbox Forum