Client.Address Property

Returns the address of the Client object.

Syntax

NSChannelMgr.Clients(index).Address

Example

Dim Clients
Set NoregClient = NSChannelMgr.Clients.Find( "Trondheim server" )
MsgBox "Address of Norwegian client is: " & NoregClient.Address

See Also

Client.DeliveryMode, Client.ID, Client.ChannelID, Clients collection object, Client objects

© 1996-1998 Microsoft Corporation. All rights reserved.