Windows Media Services SDK banner art
PreviousNext

Channel.ContactEmail Property

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

PreviousNext


© 1996-1999 Microsoft Corporation. All rights reserved.