Hunny Software Library Reference

AddressList.RemoveAddressAt Method 

Removes the address at the specified position.

[Visual Basic]
Public Function RemoveAddressAt( _
   ByVal index As Integer _
) As Address
[C#]
public Address RemoveAddressAt(
   int index
);

Parameters

index
position of the Address object to remove (0 <= index < NumAddresses)

Return Value

the removed Address object

Exceptions

Exception TypeCondition
ArgumentOutOfRangeExceptionindex is out of range

See Also

AddressList Class | Hunny.Mime Namespace