Channel.ContactEmail Property

Returns or sets the e-mail contact value of the station.

Syntax

Station.ContactEmail

Example

' get the second station
Set MyStation = NSChannelMgr.Channels.Item(1)
MyStation.ContactEmail = "astrid@opera.org"
MsgBox "Email Contact is: " & MyStation.ContactEmail

See Also

Channel object, Channel.ContactAddress, Channel.ContactPhone

© 1996-1998 Microsoft Corporation. All rights reserved.