EmailChannel Class

The EmailChannel class implements the e-mail delivery channel for alerts and alert notifications.

System.Object

   Microsoft.SharePoint.Portal.Alerts.DeliveryChannel

      Microsoft.SharePoint.Portal.Alerts.EmailChannel

Public Constructors

The following table shows the constructors of the EmailChannel class and a brief description of each.

Name Description
EmailChannel Initializes a new instance of the EmailChannel class.

Public Methods

The following table shows the methods of the EmailChannel class and a brief description of each.

Name Description
GetControl Gets the appropriate server control in the Microsoft Office SharePoint Portal Server 2003 user interface (UI) for this delivery channel. Overrides the Microsoft.SharePoint.Portal.Alerts.DeliveryChannel.GetControl method.
GetSettings Gets a EmailChannelSettings (which derives from DeliveryChannelSettings) object that represents the settings for this delivery channel. Overrides the Microsoft.SharePoint.Portal.Alerts.DeliveryChannel.GetSettings method.
Send(Microsoft.SharePoint.Portal.Alerts.NotificationSite, System.Xml.XmlDocument, String) Sends the specified alert notification by email to the specified address or channel parameters. The specified notification site is the portal site from which this notification is sent. Overrides the Microsoft.SharePoint.Portal.Alerts.DeliveryChannel.Send method.

Public Properties

The following table shows the properties of the EmailChannel class, the data type of each property, and a brief description of each.

Name Data type Description
ChannelId String Gets the unique identifier for this delivery channel. Overrides the Microsoft.SharePoint.Portal.Alerts.DeliveryChannel.ChannelId property.
DisplayName String Gets the display name for this delivery channel. Overrides the Microsoft.SharePoint.Portal.Alerts.DeliveryChannel.DisplayName property.
SortKey String Gets the sort key for this delivery channel. Overrides the Microsoft.SharePoint.Portal.Alerts.DeliveryChannel.SortKey property.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread safe.

Requirements

Namespace: Microsoft.SharePoint.Portal.Alerts

Platforms: Microsoft Windows Server 2003

Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Security: Code Access Security