value Attribute (to Element)

Specifies the value of the to element, as a literal string or as an expression based on the valueType attribute.

Type

  xsd:string

Parent Elements

Element Description
to Parent element that contains the "to" line information of the emailAdapter element.

Definition

  <xsd:attribute name="value" type="xsd:string" use="required"></xsd:attribute>

Remarks

Multiple addresses on the "to" line of an e-mail message must be separated by semicolons.

Example

The following is an example of the value attribute as it is used in the to element:

  <xsf:to value="someone@example.com" valueType="literal"/>