Discuss this help topic in SecureBlackbox Forum

TElPOP3Client.ExtRESP_CODESSupported

TElPOP3Client     See also     


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


Shows whether the POP3 server supports "RESP-CODES" extension

Declaration

[C#]
    bool ExtRESP_CODESSupported;

[VB.NET]
    Property ExtRESP_CODESSupported As Boolean

[Pascal]
    property ExtRESP_CODESSupported : boolean;

[C++]
    bool get_ExtRESP_CODESSupported();

[PHP]
    bool get_ExtRESP_CODESSupported()

[Java]
    boolean getExtRESP_CODESSupported();

Description

    Shows whether the POP3 server supports "RESP-CODES" extension. The value of the property is valid only after CAPA command has been sent either automatically or from code (see AutoCAPA property description).

    The RESP-CODES capability indicates that any response text issued by this server which begins with an open square bracket ("[") is an extended response code (see section 8 of RFC 2449). For more information see RFC 2449, Section 6.4.

See also:     AutoCAPA     GetCapabilities     OnCapability    

Discuss this help topic in SecureBlackbox Forum