Discuss this help topic in SecureBlackbox Forum

TElSMTPClient.ExtensionAuthPlainSupported

TElSMTPClient     See also     


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


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

Declaration

[C#]
    bool ExtensionAuthPlainSupported;

[VB.NET]
    Property ExtensionAuthPlainSupported As Boolean

[Pascal]
    property ExtensionAuthPlainSupported : boolean;

[C++]
    bool get_ExtensionAuthPlainSupported();

[PHP]
    bool get_ExtensionAuthPlainSupported()

[Java]
    boolean getExtensionAuthPlainSupported();

Description

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

See also:     ExtensionAuthLoginSupported     Login    

Discuss this help topic in SecureBlackbox Forum