Discuss this help topic in SecureBlackbox Forum

TElMailAddressList.GetAddressFromAll

TElMailAddressList     See also     


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


Returns address by its index in global list.

Declaration

[C#]
    TElMailAddress GetAddressFromAll(int Index);

[VB.NET]
    Function GetAddressFromAll(ByVal Index As Integer) As TElMailAddress

[Pascal]
    function GetAddressFromAll(Index: LongInt): TElMailAddress;

[C++]
    TElMailAddressHandle GetAddressFromAll(int32_t Index);

[PHP]
    TElMailAddress GetAddressFromAll(integer $Index)

[Java]
    TElMailAddress getAddressFromAll(int Index);

Parameters

  • Index - index of the address in the address list.

Return value

    Address from the address list.

Description

    Use this method to get the address from the address list by its "global" index.

See also:     GetAddress     GetGroup     IndexOfAddress    

Discuss this help topic in SecureBlackbox Forum