property Message.AAAA as String
Retrieves the IPv6 address.

TypeDescription
String A string expression that indicates the list of the IPv6 addresses.

The RFC 1886 describes the AAAA records. If the DNS response contains multiple values, the Separator property determines the delimiter for the list of values.

The following sample displays IPv6 address(es) for the host:

Dim n As New LookupNS
MsgBox n.Query("dot.ep.net").AAAA