Discuss this help topic in SecureBlackbox Forum

TElIMAPMailBoxesList.Get

TElIMAPMailBoxesList     See also     


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


Returns items by index.

Declaration

[C#]
    TElIMAPMailBoxInfo Get(int Index);

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

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

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

[PHP]
    TElIMAPMailBoxInfo Get(integer $Index)

[Java]
    TElIMAPMailBoxInfo get(int Index);

Parameters

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

Description

    Use this method to get the list item by its index.

See also:     Count    

Discuss this help topic in SecureBlackbox Forum