DeliveryTarget Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents the alert delivery format and delivery addresses.
Assembly: AlertingWcfProxy (in AlertingWcfProxy.dll)
| Name | Description | |
|---|---|---|
![]() | DeliveryTarget() | Initializes a new instance of the DeliveryTarget class. |
| Name | Description | |
|---|---|---|
![]() | 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). |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | RaisePropertyChanged(String^) | Raises the PropertyChanged event for the specified property. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | PropertyChanged | Occurs when a property value changes. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



