<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Howto:  Example to retrieve the body property of a message using the Exchange Managed API.</title><link>http://blogs.msdn.com/b/webdav_101/archive/2011/09/28/howto-example-to-retrieve-the-body-property-of-a-message-using-the-exchange-managed-api.aspx</link><description>public string GetItemMime(ItemId oItemId) 
 { 
 string sReturn = string.Empty; 
 PropertySet oMimePropertySet = new PropertySet(ItemSchema.MimeContent); 
 Item oItem = Item.Bind(_ExchangeService, oItemId, oMimePropertySet); 
 return oItem.MimeContent</description><dc:language>en</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Howto:  Example to retrieve the body property of a message using the Exchange Managed API.</title><link>http://blogs.msdn.com/b/webdav_101/archive/2011/09/28/howto-example-to-retrieve-the-body-property-of-a-message-using-the-exchange-managed-api.aspx#10308213</link><pubDate>Mon, 21 May 2012 14:34:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10308213</guid><dc:creator>Webdav101</dc:creator><description>&lt;p&gt;Yes. &amp;nbsp;You would need to do an old-fashoned SOAP post - simlar to the one below - but you woudl need to use the XML request for getting the MIME. &amp;nbsp;Further, you would need to determine the CAS server URL to use - this going to be a point point for vbscript if there is more than on CAS server. &amp;nbsp;The Exchange Managed API figures it out by doing the Autodiscover Process when you call Autodiscover(). &amp;nbsp; You will also need to write POST code to get you down to the item you want to work with - so, you will need to research the XML to used in the POST and responses if your going to use VBScript.&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/b/webdav_101/archive/2011/01/04/howto-read-oof-info-using-ews-and-vbscript-against-an-exchange-2010-sp1.aspx"&gt;blogs.msdn.com/.../howto-read-oof-info-using-ews-and-vbscript-against-an-exchange-2010-sp1.aspx&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10308213" width="1" height="1"&gt;</description></item><item><title>re: Howto:  Example to retrieve the body property of a message using the Exchange Managed API.</title><link>http://blogs.msdn.com/b/webdav_101/archive/2011/09/28/howto-example-to-retrieve-the-body-property-of-a-message-using-the-exchange-managed-api.aspx#10307835</link><pubDate>Sun, 20 May 2012 23:55:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10307835</guid><dc:creator>Sonny Williams</dc:creator><description>&lt;p&gt;Is it possible to do this in VBScript?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10307835" width="1" height="1"&gt;</description></item></channel></rss>