InternetAddressList.removeAt

bool removeAt(int index)

Removes an #InternetAddress from the #InternetAddressList at the specified index.

Parameters

indexindex to remove

Returns

true if an #InternetAddress was removed or false

otherwise.