@get


Description:

public bool @get (int index, out unowned string? namep, out unowned string? addressp)

Get the address at index.

Parameters:

this

a InternetAddress object

index

address's array index

namep

holder for the returned name, or null, if not required.

addressp

holder for the returned address, or null, if not required.

Returns:

true if such an address exists, or false otherwise