Discuss this help topic in SecureBlackbox Forum

TElMailAddressGroup.IndexOfAddress

TElMailAddressGroup     See also     


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


Returns the index of the mail address in the group.

Declaration

[C#]
    int IndexOfAddress(TElMailAddress AAddress);

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

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

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

[PHP]
    integer IndexOfAddress(TElMailAddress $AAddress)

[Java]
    int indexOfAddress(TElMailAddress AAddress);

Parameters

  • AAddress - address which index you want to get.

Description

    Use this method to find the index of the address in the group.

See also:     Address    

Discuss this help topic in SecureBlackbox Forum