remove_at


Description:

[ CCode ( cname = "internet_address_list_remove_at" ) ]
public bool remove_at (int index)

Removes an InternetAddress from the InternetAddressList at the specified index.

Parameters:

this

a InternetAddressList

index

index to remove

Returns:

true if an InternetAddress was removed or false otherwise.