Hunny Software Library Reference

AddressList.AddressAt Method 

Gets the address at the specified position.

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

Parameters

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

Return Value

Address object at the specified position

Exceptions

Exception TypeCondition
ArgumentOutOfRangeExceptionindex is out of range

See Also

AddressList Class | Hunny.Mime Namespace