DeliveryChannelSettings Class

The DeliveryChannelSettings class defines settings for alerts delivery channels. Derive from this class to provide parameters that are specific to your delivery channel implemetation.

System.Object

   Microsoft.SharePoint.Portal.Alerts.DeliveryChannelSettings

Public Constructors

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

Name Description
DeliveryChannelSettings Initializes a new instance of the DeliveryChannelSettings class. This constructor is protected.

Public Properties

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

Name Data type Description
ChannelId String Override to get the unique identifier for a delivery channel.
Description String Override to get a localized description of a delivery channel.
Notification String Override to get or set the notification type for a delivery channel.
Parameters String Override to get or set additional delivery channel parameters that need to be stored in the database for your implementation. This property stores encoded values for delivery channel settings. Values are typically encoded in XML. However, XML encoding is not required.

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.

Remarks

Classes that derive from this class encapsulate all necessary information for delivering a notification through a specific delivery chennel.

Requirements

Namespace: Microsoft.SharePoint.Portal.Alerts

Platforms: Microsoft Windows Server 2003

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

Security: Code Access Security