RecipientInfo Class

Provides information about the target recipient of a notification.

Namespace: Microsoft.SqlServer.NotificationServices
Assembly: Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)

Syntax

'Declaration
Public Class RecipientInfo
public class RecipientInfo
public ref class RecipientInfo
public class RecipientInfo
public class RecipientInfo

Remarks

Notification Services distributors use the RecipientInfo class to provide information about the target recipient to content formatters and delivery protocols.

The RecipientInfo class has no public constructor. The distributor creates an object of this class and passes it to the FormatContent method of the content formatter.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.NotificationServices.RecipientInfo

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

RecipientInfo Members
Microsoft.SqlServer.NotificationServices Namespace