DeliveryTarget Class

Definition

Represents the alert delivery format and delivery addresses.

public ref class DeliveryTarget : System::ComponentModel::INotifyPropertyChanged, System::Runtime::Serialization::IExtensibleDataObject
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="DeliveryTarget", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.ReportingServices.Alerting.ServiceContract")]
[System.Serializable]
public class DeliveryTarget : System.ComponentModel.INotifyPropertyChanged, System.Runtime.Serialization.IExtensibleDataObject
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="DeliveryTarget", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.ReportingServices.Alerting.ServiceContract")>]
[<System.Serializable>]
type DeliveryTarget = class
    interface IExtensibleDataObject
    interface INotifyPropertyChanged
Public Class DeliveryTarget
Implements IExtensibleDataObject, INotifyPropertyChanged
Inheritance
DeliveryTarget
Attributes
Implements

Constructors

DeliveryTarget()

Initializes a new instance of the DeliveryTarget class.

Properties

Address

Gets or sets a list of the delivery addresses.

AddressType

Gets or sets the type of the delivery target.

ExtensionData

Gets or sets an object that contains extra data.

MessageBody

Gets or sets the body of the e-mail message.

MessageSubject

Gets or sets the e-mail subject.

MessageTemplate

Gets or sets the delivery message definition template (XML fragment).

Methods

RaisePropertyChanged(String)

Raises the PropertyChanged event for the specified property.

Events

PropertyChanged

Occurs when a property value changes.

Applies to