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>
|
Copyright © 2014 CA.
All rights reserved.
|
|