Discuss this help topic in SecureBlackbox Forum

TElPOP3Client.ExtExpire

TElPOP3Client     See also     


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


Contains the parameter of EXPIRE capability.

Declaration

[C#]
    int ExtExpire;

[VB.NET]
    Property ExtExpire As Integer

[Pascal]
    property ExtExpire : integer;

[C++]
    int32_t get_ExtExpire();

[PHP]
    integer get_ExtExpire()

[Java]
    int getExtExpire();

Description

    This read-only property contains the parameter of EXPIRE 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 value of -1 indicates that messages never expire.

    For more information see RFC 2449, Section 6.7.

See also:     AutoCAPA     ExtExpireUserChangeable     ExtEXPIRESupported     GetCapabilities     OnCapability    

Discuss this help topic in SecureBlackbox Forum