Discuss this help topic in SecureBlackbox Forum

TElPOP3Client.ExtImplementation

TElPOP3Client     See also     


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


Contains the value of parameter of IMPLEMENTATION capability

Declaration

[C#]
    string ExtImplementation;

[VB.NET]
    Property ExtImplementation As String

[Pascal]
    property ExtImplementation : string;

[C++]
    void get_ExtImplementation(std::string &OutResult);

[PHP]
    string get_ExtImplementation()

[Java]
    String getExtImplementation();

Description

    This property contains the value of the parameter of IMPLEMENTATION capability reported 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     ExtIMPLEMENTATIONSupported     GetCapabilities     OnCapability    

Discuss this help topic in SecureBlackbox Forum