Returns or sets the contact phone number of the station.
Syntax
Station.ContactPhone
Example
' get the second station
Set MyStation = NSChannelMgr.Channels.Item(1)
MyStation.ContactPhone = "1-206-555-1212"
MsgBox "Phone: " & MyStation.ContactPhone
See Also
Channel object, Channel.ContactAddress, Channel.ContactEmail
© 1996-1998 Microsoft Corporation. All rights reserved.