Discuss this help topic in SecureBlackbox Forum

TElPOP3Client.ExtUIDLSupported

TElPOP3Client     See also     


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


Shows whether the POP3 server supports "UIDL" command

Declaration

[C#]
    bool ExtUIDLSupported;

[VB.NET]
    Property ExtUIDLSupported As Boolean

[Pascal]
    property ExtUIDLSupported : boolean;

[C++]
    bool get_ExtUIDLSupported();

[PHP]
    bool get_ExtUIDLSupported()

[Java]
    boolean getExtUIDLSupported();

Description

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

See also:     AutoCAPA     GetCapabilities     OnCapability    

Discuss this help topic in SecureBlackbox Forum