<!-- Intent: Create a new E-mail message using a minimal set of options
	POST to the following url
	http://api.v4.swiftreach.com/api/Messages/Email/Create/Simple
	-->

<SimpleEmail>
	<Name>My Simple Email</Name>
	<Description>this is an example of a simple email message</Description>
	<FromName>Swift911</FromName>
	<FromAddress>alerts@swiftreach.com</FromAddress>
	<Subject>Simple Email Example</Subject>
	<Body>This is a simple email message.</Body>
</SimpleEmail>

<!-- example return value -->
<int>123456</int>