Previous | Next |
Returns or sets the contact e-mail address of the station.
Syntax
Station.ContactEmail
Example
' Get the second station
Set MyStation = NSChannelMgr.Channels.Item(1)
MyStation.ContactEmail = "MyServer@opera.org"
MsgBox ("Email contact is: " & MyStation.ContactEmail & “.”)
See Also
Channel Objects, Channel.ContactAddress, Channel.ContactPhone
Previous | Next |