Windows Media Services SDK banner art
PreviousNext

Channel.ContactPhone Property

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

PreviousNext


© 1996-1999 Microsoft Corporation. All rights reserved.