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 object, ContactEmail, Channel.ContactPhone

© 1996-1998 Microsoft Corporation. All rights reserved.