Software Components Home

Email XML Schema (XSD)

Back

Question:
I want to read the generated email xml and emailbundle xml files (SaveXml methods). Can you provide me with the xml schemes (xsd) used in these methods?

Answer:
There is no XSD because the tag name are set to the name of the header field. (See example below)

Given that emails can have custom header fields with any name, the same goes for tag names.

...
<content-transfer-encoding>7bit</content-transfer-encoding>
<x-priority>3 (Normal)</x-priority>
<x-msmail-priority>Normal</x-msmail-priority>
<x-mailer>Microsoft Office Outlook, Build 11.0.6353</x-mailer>
<x-mimeole>Produced By Microsoft MimeOLE V6.00.2800.1437</x-mimeole>
<thread-index>Aca6QREFPTNQT181E9K647EU1I46AN==</thread-index>
...