Destination element
Specifies the destination
Type
string
Parent
Attributes
Name | Type | Required | Description |
---|---|---|---|
type | string | Yes | Specifies the destination type. |
title | NonEmptyStringType | Specifies the title. | |
cc | string | Specifies the carbon copy (CC) recipient(s). | |
bcc | string | Specifies the blind carbon copy (BCC) recipient(s). |
Remarks
Used in script actions of type "notification" and "report".
Examples
<Destination type="email" title="My title" cc="" bcc="">myaccount@mycompany.com;</Destination>