I have created a little demo application which is able to create a meeting request by using the Exchange WebService (EWS). I would also like to add some custom properties to this item but up to now I
i\'m trying to use the groovy httpbuilder to make a post to the microsoft exchange webservice (EWS). My problem is, I\'m unable to set the proper request content-type. The library seems to have its ow
For a possible solution using Active Directory and Exchange see my post below. We would like to create a training database in SQL which we can use for our internal training sessions of our employees.
I have this code here where I retrieve an attachment from an Email Message that is on the Exchange Server using EWS
I am trying to get EWS\'s push notifications set up in my c# app. After getting the response from the server and reading it using a NetworkStream I need to respond to the server with Ok in a SOAP mes
I\'m using Exchange Web Services Managed API 1.0 to access the Exchange servers (2007) in my organization.I need to iterate over all the mailboxes on a given server.I haven\'t seen a way to get the li
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
My question is how to make difference between a distinguished folders and a folder created by user when I try to obtain the list of user folders using findFolder web service method:
Is there any public Exchang开发者_JAVA百科e server (emulator) that I can use to test / experiment with my Exchange Web Services implementation?I doubt there is anything free. It will be much easier to
I am working with the Exchange Web Services Managed API, with contact data. I have the following code, which is functional, but not ideal: