Discuss this help topic in SecureBlackbox Forum

TElMailAddressList.IndexOfAddress

TElMailAddressList     See also     


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


Returns index of the individual address in the address list.

Declaration

[C#]
    int IndexOfAddress(TElMailAddress Address);

[VB.NET]
    Function IndexOfAddress(ByVal Address As TElMailAddress) As Integer

[Pascal]
    function IndexOfAddress(Address: TElMailAddress): Integer;

[C++]
    int32_t IndexOfAddress(TElMailAddress &Address);
    int32_t IndexOfAddress(TElMailAddress *Address);

[PHP]
    integer IndexOfAddress(TElMailAddress $Address)

[Java]
    int indexOfAddress(TElMailAddress Address);

Parameters

  • Address - address which index you want to get.

Return value

    Index of address the address list.

Description

    Use this method to get index of the individual address in the address list.

See also:     Count     TotalCount    

Discuss this help topic in SecureBlackbox Forum