<!-- Intent: parses the text content and returns an array of text sources
	POST to the following url
	http://api.v4.swiftreach.com/api/Messages/Email/Helpers/TextToEmailSourceObject
	-->
<TextContent>this is the body of my email</TextContent>


<!-- Example Return Value -->

<ArrayOfEMAIL_TEXT_SOURCE xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<EMAIL_TEXT_SOURCE  xsi:type="EMAIL_TEXT_SOURCE_TEXT">
<Text>this is the body of my email</Text>
<TextType>email_text_source_text</TextType>
</EMAIL_TEXT_SOURCE>
</ArrayOfEMAIL_TEXT_SOURCE>