Returns a HostAddresses collection object.
Syntax
NSChannelMgr.HostAddresses
Example
NSChannelMgr.Connect "LocalHost"
Dim Addresses
Set Addresses = NSChannelMgr.HostAddresses
MsgBox "There are " & Addresses.Count & " HostAddress objects"
See Also
© 1996-1998 Microsoft Corporation. All rights reserved.