InternetAddressList.removeAt

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

class InternetAddressList
bool
removeAt
(
int index
)

Parameters

index int

index to remove

Return Value

Type: bool

true if an #InternetAddress was removed or false otherwise.