Previous | Next |
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 Objects, Channel.ContactAddress, Channel.ContactEmail
Previous | Next |