Discuss this help topic in SecureBlackbox Forum

TElIMAPMailBoxState.NextUID

TElIMAPMailBoxState     See also     


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


Returns the next unique identifier value.

Declaration

[C#]
    int NextUID;

[VB.NET]
    Property NextUID As Integer

[Pascal]
    property NextUID : Integer;

[C++]
    int32_t get_NextUID();
    void set_NextUID(int32_t Value);

[PHP]
    integer get_NextUID()
    void set_NextUID(integer $Value)

[Java]
    int getNextUID();
    void setNextUID(int Value);

Description

    Use this property to get or set the next unique identifier (corresponds to UIDNEXT status code).

See also:     UIDValidity    

Discuss this help topic in SecureBlackbox Forum