I am using the Exchange Web Services Managed API to work with Tasks (Exchange 2007 SP1).I can create them fine.However, when I try to do updates, it works for all of the fields except for the .Body fi
I\'m new to Exchange (2007) development so please bear with me. :-).There appear to be a myriad of technologies for Exchange development -- the latest being Exchange Web Services -- and it\'s related
Since working with Exchange Web Services 2010 is a bit ridiculous, especially from anything other than .NET, I\'ve been tasked with wrapping some functionality up in a SOAP web service that acts as a
I am working with the Exchange Web Services Managed API, with contact data. I have the following code, which is functional, but not ideal:
I\'m passing the Folder.Id.UniqueId property of a folder retrieved from a FindFolders query via the query string to another page.On this second page I want to use that UniqueId to bind to the folder t
I\'ve recently coded a .NET Console app using C#. It\'s purpose was to read the emails within a specific folder, parse them for specific values and save them to a database.
In EWS Managed API is it easy to create an appointment for a specific user: ExchangeService service = new ExchangeService();
I have an EmailMessage it开发者_StackOverflow中文版em saved in Draft folder. I need to open an editing form of it in browser, but cannot found id that is used by web client. In documentation there is
Does the system administrator need to install anything extra to get EWS Managed API working for clients on Exchange 2010? At the moment I am getting problems just using AutoDiscover via the managed AP
The target is someone\'s Exchange Calendar (2007). I want to add a simple \"Appointment Occurance\" to someone\'s calendar. This code works (I am using the Microsoft.Exchange.WebServices.dll):