Discuss this help topic in SecureBlackbox Forum

TElIMAPFetchResponse.UID

TElIMAPFetchResponse     


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


Returns the UID of the response.

Declaration

[C#]
    bool UID;

[VB.NET]
    Property UID As Boolean

[Pascal]
    property UID : Boolean;

[C++]
    bool get_UID();

[PHP]
    bool get_UID()

[Java]
    boolean getUID();

Description

    Use this property to get the UID of this response.

Discuss this help topic in SecureBlackbox Forum