Discuss this help topic in SecureBlackbox Forum

TElIMAPFetchResponseLine.ID

TElIMAPFetchResponseLine     


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


Returns this line's ID.

Declaration

[C#]
    int ID;

[VB.NET]
    Property ID As Integer

[Pascal]
    property ID : Integer;

[C++]
    int32_t get_ID();

[PHP]
    integer get_ID()

[Java]
    int getID();

Description

    Use this property to get this line's ID.

Discuss this help topic in SecureBlackbox Forum