Discuss this help topic in SecureBlackbox Forum

TElIMAPAppendResult.UIDValidity

TElIMAPAppendResult     See also     


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


Specifies the UIDVALIDITY value.

Declaration

[C#]
    int UIDValidity;

[VB.NET]
    Property UIDValidity As Integer

[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.

See also:     UIDs    

Discuss this help topic in SecureBlackbox Forum