Discuss this help topic in SecureBlackbox Forum

TElIMAPFetchResponseLine.Get

TElIMAPFetchResponseLine     See also     


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


Returns line item by its index.

Declaration

[C#]
    TElIMAPFetchResponseItem Get(int Index);

[VB.NET]
    Function Get(ByVal Index As Integer) As TElIMAPFetchResponseItem

[Pascal]
    function Get(Index : Integer) : TElIMAPFetchResponseItem;

[C++]
    TElIMAPFetchResponseItemHandle Get(int32_t Index);

[PHP]
    TElIMAPFetchResponseItem Get(integer $Index)

[Java]
    TElIMAPFetchResponseItem get(int Index);

Parameters

  • Index - the index of the desired item.

Description

    Use this method to get the line item with the specified index.

See also:     GetByName     Items    

Discuss this help topic in SecureBlackbox Forum