Discuss this help topic in SecureBlackbox Forum

TElMailAddressList.GetAddress

TElMailAddressList     See also     


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


Returns individual address from the address list.

Declaration

[C#]
    TElMailAddress GetAddress(int Index);

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

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

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

[PHP]
    TElMailAddress GetAddress(integer $Index)

[Java]
    TElMailAddress getAddress(int Index);

Parameters

  • Index - index of address in the address list.

Return value

    Address from the address list.

Description

    Use this method when you need to get individual address from the address list by its index.

See also:     GetGroup     GetAddressFromAll     IndexOfAddress    

Discuss this help topic in SecureBlackbox Forum