Discuss this help topic in SecureBlackbox Forum

TElIMAPFetchResponse.Lines

TElIMAPFetchResponse     See also     


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


Returns the specified element of the list.

Declaration

[C#]
    TElIMAPFetchResponseLine Lines[int Index];

[VB.NET]
    Property Lines(ByVal Index As Integer) As TElIMAPFetchResponseLine

[Pascal]
    property Lines[Index : Integer] : TElIMAPFetchResponseLine;

[C++]
    TElIMAPFetchResponseLine* get_Lines(int32_t Index);

[PHP]
    TElIMAPFetchResponseLine get_Lines(integer $Index)

[Java]
    TElIMAPFetchResponseLine getLines(int Index);

Parameters

  • Index - the index of the desired line in the list starting from 0.

Description

    Use this property to access individual lines in the list.

See also:     Count    

Discuss this help topic in SecureBlackbox Forum