Discuss this help topic in SecureBlackbox Forum

TElPOP3Client.ExtIMPLEMENTATIONSupported

TElPOP3Client     See also     


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


Shows whether the POP3 server supports IMPLEMENTATION extension

Declaration

[C#]
    bool ExtIMPLEMENTATIONSupported;

[VB.NET]
    Property ExtIMPLEMENTATIONSupported As Boolean

[Pascal]
    property ExtIMPLEMENTATIONSupported : boolean;

[C++]
    bool get_ExtIMPLEMENTATIONSupported();

[PHP]
    bool get_ExtIMPLEMENTATIONSupported()

[Java]
    boolean getExtIMPLEMENTATIONSupported();

Description

    Shows whether the POP3 server supports IMPLEMENTATION 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 argument to the IMPLEMENTATION capability consists of one or more tokens which identify the server. For more information see RFC 2449, Section 6.9.

See also:     AutoCAPA     ExtImplementation     GetCapabilities     OnCapability    

Discuss this help topic in SecureBlackbox Forum