Discuss this help topic in SecureBlackbox Forum

TElPOP3Client.ExtExpireUserChangeable

TElPOP3Client     See also     


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


Tells the application if the ExtExpire value is different for various users

Declaration

[C#]
    bool ExtExpireUserChangeable;

[VB.NET]
    Property ExtExpireUserChangeable As Boolean

[Pascal]
    property ExtExpireUserChangeable : boolean;

[C++]
    bool get_ExtExpireUserChangeable();

[PHP]
    bool get_ExtExpireUserChangeable()

[Java]
    boolean getExtExpireUserChangeable();

Description

    Shows whether the value reported by ExtExpire property can be different for different users. The value of the property is valid only after CAPA command has been sent either automatically or from code (see AutoCAPA property description).

    For more information see RFC 2449, Section 6.7.

See also:     AutoCAPA     ExtExpire     ExtEXPIRESupported     GetCapabilities     OnCapability    

Discuss this help topic in SecureBlackbox Forum