Returns the ID of the Client object.
Syntax
NSChannelMgr.Clients(index).ID
Example
Dim Clients
Set NoregClient = NSChannelMgr.Clients.Find( "Trondheim server" )
MsgBox "ID of Norwegian client is: " & NoregClient.ID
See Also
Client.ChannelID, Client.DeliveryMode, Clients collection object, Client objects
© 1996-1998 Microsoft Corporation. All rights reserved.