<?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>Are you using Exchange Web Services ?</title><link>http://blogs.msdn.com/vikas/archive/2008/08/11/are-you-using-exchange-web-services.aspx</link><description>If yes then I would like to hear from you. Your experiences, challenges, things you feel are barriers and things that could make it even better. Do you need samples? What sort of operations you want to perform using Exchange Web Services? You may ask</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>a-foton &amp;raquo; Are you using Exchange Web Services ?</title><link>http://blogs.msdn.com/vikas/archive/2008/08/11/are-you-using-exchange-web-services.aspx#8847567</link><pubDate>Mon, 11 Aug 2008 08:52:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8847567</guid><dc:creator>a-foton &amp;raquo; Are you using Exchange Web Services ?</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://blog.a-foton.ru/2008/08/are-you-using-exchange-web-services/"&gt;http://blog.a-foton.ru/2008/08/are-you-using-exchange-web-services/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Are you using Exchange Web Services ?</title><link>http://blogs.msdn.com/vikas/archive/2008/08/11/are-you-using-exchange-web-services.aspx#8962078</link><pubDate>Tue, 23 Sep 2008 12:32:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8962078</guid><dc:creator>Rudolf</dc:creator><description>&lt;p&gt;Hi, I'm using webservices to programattically auto-reply on incoming emails. I find it hard to understand the way how things work. Also beacause there's a lack of examples on the net.&lt;/p&gt;
&lt;p&gt;I'm trying to set up a little program that responds on a new mail event. It has to extract the attachment. handle the data in the attachment en reply with a new email with attachment. this application has to be up and running 'for ever'.&lt;/p&gt;
&lt;p&gt;any suggestions?&lt;/p&gt;
&lt;p&gt;thanx in advance&lt;/p&gt;
&lt;p&gt;greets,&lt;/p&gt;
&lt;p&gt;Rudolf&lt;/p&gt;</description></item><item><title>re: Are you using Exchange Web Services ?</title><link>http://blogs.msdn.com/vikas/archive/2008/08/11/are-you-using-exchange-web-services.aspx#8962088</link><pubDate>Tue, 23 Sep 2008 12:56:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8962088</guid><dc:creator>Vikas Verma</dc:creator><description>&lt;p&gt;Rudolf,&lt;/p&gt;
&lt;p&gt;You need to use Push/Pull Notifications to receive events for every new mail that you receive. Using EWS you can call GetAttachment to download the content of attachment and parse it accordingly. Once done you can call a CreateItem and send it to the users.&lt;/p&gt;
&lt;p&gt;Read more about Notification Subsystem here &lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/vikas/archive/2007/08/28/ews-exchange-2007-notification-subsystem.aspx"&gt;http://blogs.msdn.com/vikas/archive/2007/08/28/ews-exchange-2007-notification-subsystem.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I have couple of samples for Notification that I will update on that blog post later today. Also I will add more links to the resources to the same blog.&lt;/p&gt;
</description></item><item><title>re: Are you using Exchange Web Services ?</title><link>http://blogs.msdn.com/vikas/archive/2008/08/11/are-you-using-exchange-web-services.aspx#8963281</link><pubDate>Wed, 24 Sep 2008 10:06:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8963281</guid><dc:creator>Sholofly</dc:creator><description>&lt;p&gt;Vikas,&lt;/p&gt;
&lt;p&gt;I think i have a solution for my problem...(But i'm still interested in yours :) ) :&lt;/p&gt;
&lt;p&gt;Using FindItemType with a restriction(message must be &amp;nbsp;unread) 'gives me' an ArrayOfRealItems with itemtypes. I can cast that itemtypes to messages so i can acces all info that i need :D&lt;/p&gt;
&lt;p&gt;I was wondering: Why are there so much examples for sending mail with EWS but less examples of (auto) receiving. I was searching the net for two days, looking for information :s Besides the (minimal) information on MSDN there was only one proper place for finding someone who can Jive with me :D&lt;/p&gt;
&lt;p&gt;Thanx!&lt;/p&gt;</description></item><item><title>Push notification on public folders</title><link>http://blogs.msdn.com/vikas/archive/2008/08/11/are-you-using-exchange-web-services.aspx#8970308</link><pubDate>Tue, 30 Sep 2008 17:05:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8970308</guid><dc:creator>Christian</dc:creator><description>&lt;p&gt;Hi Vikas,&lt;/p&gt;
&lt;p&gt;I need the push notification on a public folder.&lt;/p&gt;
&lt;p&gt;Using the SDK (July 2007) I found the push notification sample for a account and it works.&lt;/p&gt;
&lt;p&gt;Well, in the SDK (SP1 August 2008) I read the information, that the push notification is now available for public folders, too. I can not find any sample how to do this. Can you please help me?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Christian&lt;/p&gt;</description></item><item><title>re: Are you using Exchange Web Services ?</title><link>http://blogs.msdn.com/vikas/archive/2008/08/11/are-you-using-exchange-web-services.aspx#8970530</link><pubDate>Tue, 30 Sep 2008 20:45:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8970530</guid><dc:creator>Vikas Verma</dc:creator><description>&lt;p&gt;Christian,&lt;/p&gt;
&lt;p&gt;Public folder support was included in SP1. You can treat the public folder in a similar manner as you would treat any other folder. &lt;/p&gt;
&lt;p&gt;Do a FindFolder or GetFolder to get the PF's itemId and bind the Push Notification to that. Everything else will work exactly the same.&lt;/p&gt;
&lt;p&gt;Make sure you get your proxy classes from SP1 and are passing Exchange_SP1 header in soap commands&lt;/p&gt;
</description></item><item><title>re: Are you using Exchange Web Services ?</title><link>http://blogs.msdn.com/vikas/archive/2008/08/11/are-you-using-exchange-web-services.aspx#8971327</link><pubDate>Wed, 01 Oct 2008 12:04:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8971327</guid><dc:creator>Christian</dc:creator><description>&lt;p&gt;Hi Vikas,&lt;/p&gt;
&lt;p&gt;thanks for your help.&lt;/p&gt;
&lt;p&gt;I got the ID from the public folder. With the following code I try to bind the Push Notification to it:&lt;/p&gt;
&lt;p&gt;....&lt;/p&gt;
&lt;p&gt;esb.RequestServerVersionValue = new RequestServerVersion();&lt;/p&gt;
&lt;p&gt;esb.RequestServerVersionValue.Version = ExchangeVersionType.Exchange2007_SP1; &lt;/p&gt;
&lt;p&gt;// Create a new subscription.&lt;/p&gt;
&lt;p&gt;SubscribeType subscribeRequest = new SubscribeType();&lt;/p&gt;
&lt;p&gt;PushSubscriptionRequestType pushSubscription = new PushSubscriptionRequestType();&lt;/p&gt;
&lt;p&gt;// Subscribe to events&lt;/p&gt;
&lt;p&gt;BaseFolderIdType[] folders = new BaseFolderIdType[1];&lt;/p&gt;
&lt;p&gt;FolderIdType folderId = new FolderIdType();&lt;/p&gt;
&lt;p&gt;folderId.Id = &amp;quot;AQEuAAADGkRzkKpmEc2byACqAC/EWgMAb/AGiBJ310+gk0Ag9Tmv/QAAAQ6C+wAAAA==&amp;quot;;&lt;/p&gt;
&lt;p&gt;folders[0] = folderId;&lt;/p&gt;
&lt;p&gt;pushSubscription.FolderIds = folders;&lt;/p&gt;
&lt;p&gt;.....&lt;/p&gt;
&lt;p&gt;I get the error with the message, that the object was not found in the informationmemory.&lt;/p&gt;
&lt;p&gt;Well, I got the ID using this sample:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://groups.google.com.au/group/microsoft.public.exchange.development/browse_thread/thread/b31bda50451a770c/df5a3c2d6fb5313a"&gt;http://groups.google.com.au/group/microsoft.public.exchange.development/browse_thread/thread/b31bda50451a770c/df5a3c2d6fb5313a&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Can you please help me?&lt;/p&gt;
&lt;p&gt;Christian&lt;/p&gt;</description></item><item><title>re: Are you using Exchange Web Services ?</title><link>http://blogs.msdn.com/vikas/archive/2008/08/11/are-you-using-exchange-web-services.aspx#8971494</link><pubDate>Wed, 01 Oct 2008 15:27:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8971494</guid><dc:creator>Christian</dc:creator><description>&lt;p&gt;Hi Vikas,&lt;/p&gt;
&lt;p&gt;my problem is solved!&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;
&lt;p&gt;Do you know how to get the SMTP-Header from a eMail?&lt;/p&gt;
&lt;p&gt;Christian&lt;/p&gt;</description></item><item><title>re: Are you using Exchange Web Services ?</title><link>http://blogs.msdn.com/vikas/archive/2008/08/11/are-you-using-exchange-web-services.aspx#8971496</link><pubDate>Wed, 01 Oct 2008 15:29:34 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8971496</guid><dc:creator>Christian</dc:creator><description>&lt;p&gt;Hi Vikas,&lt;/p&gt;
&lt;p&gt;my problem is solved!&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;
&lt;p&gt;Do you know how to get the SMTP-Header from a eMail?&lt;/p&gt;
&lt;p&gt;Christian&lt;/p&gt;</description></item><item><title>Not all public folder are found</title><link>http://blogs.msdn.com/vikas/archive/2008/08/11/are-you-using-exchange-web-services.aspx#8985467</link><pubDate>Tue, 07 Oct 2008 18:06:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8985467</guid><dc:creator>Christian</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have a interesting problem. My subscriber is looking for some public folders to get there ID.&lt;/p&gt;
&lt;p&gt;Some of them are found and some not. Well, the search request is the same and in the properties in the Exchange Management Console I can not find any difference between them. Do you have any idea what could be the problem or what are the settings for the public folders to be found by a search request?&lt;/p&gt;
&lt;p&gt;Christian&lt;/p&gt;</description></item><item><title>re: Are you using Exchange Web Services ?</title><link>http://blogs.msdn.com/vikas/archive/2008/08/11/are-you-using-exchange-web-services.aspx#8999117</link><pubDate>Tue, 14 Oct 2008 09:53:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8999117</guid><dc:creator>rsincavage</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;We have recently migrated to Exchange 2007 SP1 (108,000 users).. Ad I would liek to start the process to move some integrated applications away from MAPI to EWS. I have posted this question to another previous post in your blog about VBSCRIPT and OOF... &lt;/p&gt;
&lt;p&gt;What I am doing: We have a Call Center (Avaya) application that it integrated via MAPI.. What it does is update calling hunt groups based on who is in or in or out of office. I would like to be able to do this via VBScript with EWS. &lt;/p&gt;</description></item><item><title>re: Are you using Exchange Web Services ?</title><link>http://blogs.msdn.com/vikas/archive/2008/08/11/are-you-using-exchange-web-services.aspx#9000807</link><pubDate>Wed, 15 Oct 2008 20:45:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9000807</guid><dc:creator>Vikas Verma</dc:creator><description>&lt;p&gt;At this point of time you cannot use EWS to set OOF message for other than yourself. This feature *should* be available in next SP release of Exchange 2007. &lt;/p&gt;
&lt;p&gt;Till that time you need to stay with MAPI being the only way to Set/Read OOF message for others.&lt;/p&gt;
</description></item><item><title>re: Are you using Exchange Web Services ?</title><link>http://blogs.msdn.com/vikas/archive/2008/08/11/are-you-using-exchange-web-services.aspx#9014286</link><pubDate>Fri, 24 Oct 2008 09:46:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9014286</guid><dc:creator>hazi</dc:creator><description>&lt;p&gt;I would like to find a written example on how to use a echange web service to loop through an inbox and find specific messsages depending on their subject row.&lt;/p&gt;</description></item><item><title>re: Are you using Exchange Web Services ?</title><link>http://blogs.msdn.com/vikas/archive/2008/08/11/are-you-using-exchange-web-services.aspx#9015647</link><pubDate>Sat, 25 Oct 2008 06:07:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9015647</guid><dc:creator>Vikas Verma</dc:creator><description>&lt;p&gt;Have you checked these samples ?&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/vikas/archive/2007/11/14/howto-ews-find-all-folders-inside-a-parent-folder-helpful-in-generating-a-folder-tree.aspx"&gt;http://blogs.msdn.com/vikas/archive/2007/11/14/howto-ews-find-all-folders-inside-a-parent-folder-helpful-in-generating-a-folder-tree.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/vikas/archive/2007/07/27/howto-getfolder-finditem-restriction-getitem.aspx"&gt;http://blogs.msdn.com/vikas/archive/2007/07/27/howto-getfolder-finditem-restriction-getitem.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;All you need to do is first make a FindItem call in the Inbox, and list down all the items that you need. Then using FindFolder you will traverse through each folder inside inbox (recursively) and call the FindItem there after to get there.&lt;/p&gt;
&lt;p&gt;Do let me know if you need any clarification&lt;/p&gt;
</description></item><item><title>re: Are you using Exchange Web Services ?</title><link>http://blogs.msdn.com/vikas/archive/2008/08/11/are-you-using-exchange-web-services.aspx#9145288</link><pubDate>Thu, 27 Nov 2008 00:06:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9145288</guid><dc:creator>CStroliaDavis</dc:creator><description>&lt;p&gt;I have been working with EWS for a while now. Thank you for doing so much to provide some information on how to actually work with getting to e-mail folders. &lt;/p&gt;
&lt;p&gt;It seems like so much of the information I find out there for EWS is more related to just tasks and calendaring than it is for e-mail, and what I do find for e-mail is more about sending than working with what has already been received. It gets very frustrating at times. &lt;/p&gt;
&lt;p&gt;I would definitely like to see more tutorials and documentation on how to do all things e-mail in EWS. &lt;/p&gt;
&lt;p&gt;You already have folder traversing and searching, and Mark Taylor has a good example of actually finding email and getting the body and attachments here on msdn:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://msdn.microsoft.com/en-us/library/bb508824.aspx"&gt;http://msdn.microsoft.com/en-us/library/bb508824.aspx&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;But, I am still getting frustrated.&lt;/p&gt;
&lt;p&gt;Now I am trying to find out more information on moving and deleting mail items using EWS. Can you help?&lt;/p&gt;</description></item><item><title>re: Are you using Exchange Web Services ?</title><link>http://blogs.msdn.com/vikas/archive/2008/08/11/are-you-using-exchange-web-services.aspx#9145722</link><pubDate>Thu, 27 Nov 2008 06:09:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9145722</guid><dc:creator>Vikas Verma</dc:creator><description>&lt;p&gt;Calendar, E-mail messages, Meeting requests,Tasks, Contacts all boiled down to BaseItemType and all the below operations can be performed on any of those item. &lt;/p&gt;
&lt;p&gt;CreateItem, CopyItem, DeleteItem, FindItem, GetItem, MoveItem, SendItem, UpdateItem&lt;/p&gt;
&lt;p&gt;You can find all the operations that you can perform using Exchange Web Services here&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://msdn.microsoft.com/en-us/library/bb409286.aspx"&gt;http://msdn.microsoft.com/en-us/library/bb409286.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I agree with you that the object model is very complex at this time but it was just a foundation for EWS with the release of Exchange 2007. Trust be there are lots and lots more to come in future. &lt;/p&gt;
&lt;p&gt;If you are aware of Client API which will come with next release of Exchange is very easy to use and can do the job of 20-30 lines of code in just single line of code.&lt;/p&gt;
&lt;p&gt;Here is the PDC video which might interest you.&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://channel9.msdn.com/pdc2008/BB46/"&gt;http://channel9.msdn.com/pdc2008/BB46/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I would also recommend you to get yourself a copy of Inside Exchange Web Services from MSPress &lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.microsoft.com/mspress/books/10724.aspx"&gt;http://www.microsoft.com/mspress/books/10724.aspx&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Are you using Exchange Web Services ?</title><link>http://blogs.msdn.com/vikas/archive/2008/08/11/are-you-using-exchange-web-services.aspx#9241908</link><pubDate>Fri, 19 Dec 2008 15:23:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9241908</guid><dc:creator>saqib123</dc:creator><description>&lt;p&gt;Hi Vikas,&lt;/p&gt;
&lt;p&gt;I am sending a mail using EWS and I am sucessfull in sending the mails. &lt;/p&gt;
&lt;p&gt;The problem is once I send a mail and get the temInfoResponseMessageType object from the CreateItemResponse.ResponseMessage object, the ArrayofrealItems object is null and hence I am not able to get the Id and the change key of the newly created e-mail.&lt;/p&gt;
&lt;p&gt;Can you please help....?&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Saqib Mukri,&lt;/p&gt;</description></item><item><title>re: Are you using Exchange Web Services ?</title><link>http://blogs.msdn.com/vikas/archive/2008/08/11/are-you-using-exchange-web-services.aspx#9303238</link><pubDate>Sat, 10 Jan 2009 05:15:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9303238</guid><dc:creator>Vikas Verma</dc:creator><description>&lt;p&gt;Can you contact me via &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/vikas/contact.aspx"&gt;http://blogs.msdn.com/vikas/contact.aspx&lt;/a&gt; page. I would like to have a look at the code and also the response from the server.&lt;/p&gt;
</description></item><item><title>re: Are you using Exchange Web Services ?</title><link>http://blogs.msdn.com/vikas/archive/2008/08/11/are-you-using-exchange-web-services.aspx#9392348</link><pubDate>Tue, 03 Feb 2009 04:57:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9392348</guid><dc:creator>S R</dc:creator><description>&lt;p&gt;Hi &lt;/p&gt;
&lt;p&gt;I want to send an email using EWS and I found a sample example of SendItem but it doesnot show any example code but show SOAP messages.&lt;/p&gt;
&lt;p&gt;I dont know how to use it.&lt;/p&gt;
&lt;p&gt;Please help me.&lt;/p&gt;</description></item><item><title>re: Are you using Exchange Web Services ?</title><link>http://blogs.msdn.com/vikas/archive/2008/08/11/are-you-using-exchange-web-services.aspx#9451463</link><pubDate>Sun, 01 Mar 2009 02:47:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9451463</guid><dc:creator>Alan</dc:creator><description>&lt;p&gt;HI Vikas,&lt;/p&gt;
&lt;p&gt;Thanks for the great information you've posted. &amp;nbsp;I'm trying to read the notes field in a contact and I can't seem to find it. Can you point me in the right direction? &lt;/p&gt;
&lt;p&gt;Alan&lt;/p&gt;</description></item><item><title>re: Are you using Exchange Web Services ?</title><link>http://blogs.msdn.com/vikas/archive/2008/08/11/are-you-using-exchange-web-services.aspx#9451467</link><pubDate>Sun, 01 Mar 2009 03:02:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9451467</guid><dc:creator>Vikas Verma</dc:creator><description>&lt;p&gt;^^ SR ^^ - You need to call CreateItem with disposition as SendAndSaveCopy (to send an email and store a copy in send items)&lt;/p&gt;
&lt;p&gt;Here is the sample code &lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://msdn.microsoft.com/en-us/library/exchangewebservices.createitemtype.aspx"&gt;http://msdn.microsoft.com/en-us/library/exchangewebservices.createitemtype.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I would recommend you to get a copy of Inside Exchange Web Services from MSPress to get started.&lt;/p&gt;
</description></item><item><title>re: Are you using Exchange Web Services ?</title><link>http://blogs.msdn.com/vikas/archive/2008/08/11/are-you-using-exchange-web-services.aspx#9451479</link><pubDate>Sun, 01 Mar 2009 03:13:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9451479</guid><dc:creator>Vikas Verma</dc:creator><description>&lt;p&gt;^^ Alan ^^ - The Body is actually the notes field. You can read the Body field of ContactItemType to get/set the notes field. Hope that helps.&lt;/p&gt;
</description></item><item><title>re: Are you using Exchange Web Services ?</title><link>http://blogs.msdn.com/vikas/archive/2008/08/11/are-you-using-exchange-web-services.aspx#9454714</link><pubDate>Mon, 02 Mar 2009 19:45:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9454714</guid><dc:creator>James T.</dc:creator><description>&lt;p&gt;I'm trying to send a email with an attachment. &amp;nbsp;I can't figure it out. &amp;nbsp;The couple examples I found on the net, don't work. &amp;nbsp;One on codeproject.com looks like it should, but I can't get the ids working.&lt;/p&gt;
&lt;p&gt;The example that MSDN comes with to send an email works fine (from CreateItemType class). &amp;nbsp;I can't figure out how to include the example from the AttachmentType into the CreateItemType example.&lt;/p&gt;</description></item><item><title>re: Are you using Exchange Web Services ?</title><link>http://blogs.msdn.com/vikas/archive/2008/08/11/are-you-using-exchange-web-services.aspx#9466545</link><pubDate>Mon, 09 Mar 2009 00:19:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9466545</guid><dc:creator>Vikas Verma</dc:creator><description>&lt;p&gt;Hey James,&lt;/p&gt;
&lt;p&gt;I will work on that sample and blog it coming week. It should be fairly simple :-)&lt;/p&gt;
</description></item><item><title>re: Are you using Exchange Web Services ?</title><link>http://blogs.msdn.com/vikas/archive/2008/08/11/are-you-using-exchange-web-services.aspx#9467907</link><pubDate>Mon, 09 Mar 2009 19:02:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9467907</guid><dc:creator>Seema</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have successfully created and sent email messages using CreateItem method of Exchange WebServices. The &amp;nbsp;response I get back is of type ResponseMessageType and I see that ResponseClass is success. &lt;/p&gt;
&lt;p&gt;My requirement is that I need to find out the message id and the exact location/url of the .msg file that was created as a result of CreateItem. How do I get this info? The response message does not give me any info about the message id or .msg file.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;</description></item><item><title>re: Are you using Exchange Web Services ?</title><link>http://blogs.msdn.com/vikas/archive/2008/08/11/are-you-using-exchange-web-services.aspx#9468135</link><pubDate>Mon, 09 Mar 2009 23:02:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9468135</guid><dc:creator>Vikas Verma</dc:creator><description>&lt;p&gt;Seema,&lt;/p&gt;
&lt;p&gt;You need to cast the ResponseMessageType to ArrayOfRealItemsType and then loop through it to find the ItemId. &lt;/p&gt;
&lt;p&gt;This document has a sample code for CreateItem and how to cast the response into MessageType or ItemType &lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://msdn.microsoft.com/en-us/library/exchangewebservices.createitemtype.aspx"&gt;http://msdn.microsoft.com/en-us/library/exchangewebservices.createitemtype.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Once you get the MessageType or ItemType you look for property called ItemId.id which will give you an EWS ItemID. &lt;/p&gt;
&lt;p&gt;EWS Item's id is different from the OWA URL or WebDav item ID. But once you get the EWS Item ID you can use the ConvertID method of EWS to convert to PR_EntryID, StoreID, OwaID. OwaId it most probably what you are looking at. &lt;/p&gt;
&lt;p&gt;Remember EWS/Exchange/Webdav of nothing store MSG file. MSG file is Outlook specific and once email leave Outlook the message is no longer remain in MSG format. It gets converted to SMTP (rfc822/MIME) format&lt;/p&gt;
</description></item><item><title>re: Are you using Exchange Web Services ?</title><link>http://blogs.msdn.com/vikas/archive/2008/08/11/are-you-using-exchange-web-services.aspx#9468136</link><pubDate>Mon, 09 Mar 2009 23:02:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9468136</guid><dc:creator>Vikas Verma</dc:creator><description>&lt;p&gt;Here is the link to ConvertID method&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://msdn.microsoft.com/en-us/library/bb799665.aspx"&gt;http://msdn.microsoft.com/en-us/library/bb799665.aspx&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Are you using Exchange Web Services ?</title><link>http://blogs.msdn.com/vikas/archive/2008/08/11/are-you-using-exchange-web-services.aspx#9468226</link><pubDate>Tue, 10 Mar 2009 00:41:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9468226</guid><dc:creator>Seema</dc:creator><description>&lt;p&gt;Thanks a lot Vikas. I tried it and it works like a charm. Yes OwaId is what I need currently to get me going. I may have some more questions as I progress with my email application, but I am good for now. Thanks again.&lt;/p&gt;</description></item><item><title>re: Are you using Exchange Web Services ?</title><link>http://blogs.msdn.com/vikas/archive/2008/08/11/are-you-using-exchange-web-services.aspx#9469275</link><pubDate>Tue, 10 Mar 2009 19:29:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9469275</guid><dc:creator>Seema</dc:creator><description>&lt;p&gt;Hi Vikas,&lt;/p&gt;
&lt;p&gt;Is there any way I can pack the content of the message retrieved by the OwaID into a .msg file or any other message file? I understand .msg file is outlook specific but I have provide a link to email message on page and after user clicks on link that email message should load up.&lt;/p&gt;</description></item><item><title>re: Are you using Exchange Web Services ?</title><link>http://blogs.msdn.com/vikas/archive/2008/08/11/are-you-using-exchange-web-services.aspx#9627268</link><pubDate>Tue, 19 May 2009 11:20:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9627268</guid><dc:creator>Waqar Ahmad</dc:creator><description>&lt;p&gt;I am looking to assign a task using EWS, There is way to create but no way to assign and send a task. Can someone help.&lt;/p&gt;</description></item><item><title>re: Are you using Exchange Web Services ?</title><link>http://blogs.msdn.com/vikas/archive/2008/08/11/are-you-using-exchange-web-services.aspx#9712004</link><pubDate>Tue, 09 Jun 2009 05:53:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9712004</guid><dc:creator>Vikas Verma</dc:creator><description>&lt;p&gt;@Seema.. No you cannot as you understand that's Outlook specific. You should instead look for StoreID &amp;amp; EntryID, with a help of Outlook Add-in you should be able to find the item back in Outlook on the basis of those two IDs.&lt;/p&gt;
&lt;p&gt;@Waqar.. You cannot send Task requests using EWS, yet. WebDAV and CDO can be used to send those requests in Exchange 2007. You might see the Task requests supported by next version of EWS &lt;/p&gt;
</description></item><item><title>re: Are you using Exchange Web Services ?</title><link>http://blogs.msdn.com/vikas/archive/2008/08/11/are-you-using-exchange-web-services.aspx#9800901</link><pubDate>Wed, 24 Jun 2009 08:32:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9800901</guid><dc:creator>Buddhi Danajaya</dc:creator><description>&lt;p&gt;I have a application which talks to exchange 2000 and downloads attachments on mail (only for a given mail account). It uses XML &amp;quot;ServerXMLHTTP60Class&amp;quot; for talking and getting mails from Exchange 2000&lt;/p&gt;
&lt;p&gt;Q: Can I use same to get mails from Exchange 2007 ? I tried and it is giving &amp;quot;Login Timeout&amp;quot; &lt;/p&gt;
&lt;p&gt;(I can pass u sample code which I use with Ex. 2000)&lt;/p&gt;
&lt;p&gt;I saw your samples which deals with Attachments on Exchange 2007, they looks great !!!&lt;/p&gt;
&lt;p&gt;Q: Which name space I can use for &amp;quot;ExchangeServiceBinding&amp;quot; this ? (I am developing application in a environment, where I don't have a Exchange 2007 server. Is it possible ?)&lt;/p&gt;
&lt;p&gt;- Buddhi -&lt;/p&gt;</description></item><item><title>re: Are you using Exchange Web Services ?</title><link>http://blogs.msdn.com/vikas/archive/2008/08/11/are-you-using-exchange-web-services.aspx#9801524</link><pubDate>Wed, 24 Jun 2009 17:10:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9801524</guid><dc:creator>Vikas Verma</dc:creator><description>&lt;p&gt;Hey Buddhi,&lt;/p&gt;
&lt;p&gt;I believe you are using WebDAV at present to download the attachments from your Exchange 2000 server and which is still supported in 2007 but not recommended.&lt;/p&gt;
&lt;p&gt;WebDAV will not be available in next release of Exchange so if you want to future proof your application then it's high time you migrate to EWS.&lt;/p&gt;
&lt;p&gt;&amp;quot;HTTP 440 - Login Timeout&amp;quot; is most likely because of your server configuration, please see if you have FBA (Form Based Authentication) enabled on the Exchange 2007 server or the same authentication that you are using on Exchange 2000.&lt;/p&gt;
&lt;p&gt;Coming to the namespace, then you need to add a Web Service Reference for EWS Web Service and it will add all the EWS object/classes into your project.&lt;/p&gt;
&lt;p&gt;You do not need a Exchange 2007 sitting in your local premises or environment, but certainly you need an Exchange 2007 server to communicate to an Exchange 2007 server =).&lt;/p&gt;
&lt;p&gt;EWS is understood only by Exchange 2007 and above versions, prior version will not be able to understand the query.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Vikas&lt;/p&gt;
</description></item></channel></rss>