Windows Media Services SDK banner art
PreviousNext

Channel.ContactAddress Property

Returns or sets the contact mailing address of the station.

Syntax

Station.ContactAddress

Example

' Get the second station
Set MyStation = NSChannelMgr.Channels.Item(1)
MyStation.ContactAddress = "123 Varnay St., Megaville WA 98000"
MsgBox ("Contact is: " & MyStation.ContactAddress & “.”)

See Also

Channel Objects, Channel.ContactEmail, Channel.ContactPhone

PreviousNext


© 1996-1999 Microsoft Corporation. All rights reserved.