Discuss this help topic in SecureBlackbox Forum

TElIMAPCopyResult.UIDValidity

TElIMAPCopyResult     


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


Specifies the UIDVALIDITY value.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property UIDValidity : Integer;

[C++]
    int32_t get_UIDValidity();
    void set_UIDValidity(int32_t Value);

[PHP]
    integer get_UIDValidity()
    void set_UIDValidity(integer $Value)

[Java]
    not available

Description

    This property contains the UID validity value returned by the server.

Discuss this help topic in SecureBlackbox Forum