Top "Exchangewebservices" questions

Exchange Web Services (EWS) is an extensibility point for clients that connect to the Exchange server and consume information about user availability, and the manipulation of items that are located in the Exchange data store.

Opening Mime content in Outlook

I'm looking for a way to get outlook to open a Mime message? It should be possible I just can't …

outlook mime exchangewebservices msg
Get Global Address List (GAL) from Exchange Server 2010 SP1 using ExchangeService

I want to programatically (using C#) access to the Global Address List on exchange, using ExchangeService WebService. How can I …

c# exchangewebservices exchange-server-2010 gal
Maven Ropository for EWSJavaAPI_1.2.jar

i work on a project where i use the EWS Java Api to connect to an MS Exchange Server. To …

java maven repository exchangewebservices ewsjavaapi
Does Outlook.com support EWS?

Does Outlook.com support EWS? If no, what are the different ways to access a users tasks and calendar using …

exchange-server exchangewebservices outlook.com
exchange web service error - the remote server returned an error 405 method not allowed

I'm trying to send a mail via the exchange web service. I looked into the msdn and find some help. …

c# exchangewebservices
Exchange Web Service vs Exchange ActiveSync (or why buy the milk when you can get the cow for free?)

I have seen this question asked several times but the answers have so far been very robotic and disappointing: What …

exchange-server exchangewebservices activesync
Sending email using EWS in c# from shared mailbox

The IT department is moving away from creating a service account to shared mailbox. All of our department email accounts …

c# exchangewebservices
exchangelib - All steps in the autodiscover protocol failed

I have a problem with using exchangelib in python. I try this example code: from exchangelib import DELEGATE, Account, Credentials …

python office365 exchange-server exchangewebservices exchangelib
Problems using the EWS Java API on Android

I am trying to use the EWS Java API v1.1.5 (http://archive.msdn.microsoft.com/ewsjavaapi) in an Android application, …

android exchangewebservices apache-commons-httpclient ewsjavaapi
The Autodiscover service couldn't be located

I am using EWS Java API 1.1 to access an Exchange 2010 account as follows: ExchangeService service = new ExchangeService(); ExchangeCredentials credentials = new …

java exchange-server exchangewebservices ewsjavaapi