index_of


Description:

[ CCode ( cname = "internet_address_list_index_of" ) ]
public int index_of (InternetAddress ia)

Gets the index of the specified InternetAddress inside the InternetAddressList.

Parameters:

this

a InternetAddressList

ia

a InternetAddress

Returns:

the index of the requested InternetAddress within the InternetAddressList or %-1 if it is not contained within the InternetAddressList.