Previous Topic: XML Metadata for Printed DocumentsNext Topic: Command Variables


XML Metadata for Email X-headers

An example of XML metadata for email is shown below. This shows a single x-header named x-vpm-state and with a value of 'sensitive'.

<?xml version="1.0" encoding="UTF-8"?>
<apm schema_version="1" xmlns="http://www.orchestria.com"
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.orchestria.com xmleventattributes.xsd">
  <event>
    <email>
      <header type="x-header">
        <item name="x-vpm-state" type="xs:string">sensitive</item>
      </header>
    </email>
  </event>
</apm>

More information:

XML Attribute Lookup Syntax

XML Attribute Lookup Examples