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