Discuss this help topic in SecureBlackbox Forum

TElPOP3Client.ExtLoginDelay

TElPOP3Client     See also     


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


Contains the parameter of LOGIN-DELAY capability.

Declaration

[C#]
    int ExtLoginDelay;

[VB.NET]
    Property ExtLoginDelay As Integer

[Pascal]
    property ExtLoginDelay : integer;

[C++]
    int32_t get_ExtLoginDelay();

[PHP]
    integer get_ExtLoginDelay()

[Java]
    int getExtLoginDelay();

Description

    This read-only property contains the parameter of LOGIN-DELAY capability reported by the server. The value of the property is valid only after CAPA command has been sent either automatically or from code (see AutoCAPA property description) and only if ExtEXPIRESupported property is true.

    The property contains minimum seconds between logins. Default value (when not received from the server) is 0.

    For more information see RFC 2449, Section 6.5.

See also:     AutoCAPA     ExtLOGIN_DELAYSupported     GetCapabilities     OnCapability    

Discuss this help topic in SecureBlackbox Forum