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.

Exchange Web Services Managed API: Accessing other users items

Is it possibly to access the folders and items of other Exchange accounts other than the one of the logged …

c# web-services exchange-server exchangewebservices ews-managed-api
Exchange Web Services and Property Sets

I need to retrieve calendar information by invoking the Exchange Web Service in BPOS. I'm using a CalendarView with a …

exchangewebservices ews-managed-api
Folder.Bind - "Id is malformed" - Exchange Web Services Managed API

I'm passing the Folder.Id.UniqueId property of a folder retrieved from a FindFolders query via the query string to …

c# .net exchange-server exchangewebservices ews-managed-api
Creating Tasks for other users using Exchange Web Services (EWS) Managed API

As an "EWS Managed API Newbie", I'm having some problems finding examples and documentation about creating and managing Tasks. I've …

.net exchange-server exchangewebservices ews-managed-api
ECP & OWA aren't working - "Incorrect username/password"

I haven't been here for some time.. This time I think I have one of those "Rocket Science" problems, so …

iis exchange-server exchangewebservices outlook-web-app exchange-server-2016
Microsoft Exchange WebService URL

How to know Exchange WebService URL, I have Exchange server version 2007 and I am trying to write a small C# …

c# exchange-server-2007 exchangewebservices
Exchange EWS Get calendar for room

I'm trying to get all the meetings for a specific room, perhaps I'm going down the wrong road but so …

c# calendar exchangewebservices
Dispose/Close ExchangeService in C#?

I'm using the ExchangeService WebService API (Microsoft.Exchange.WebServices.Data) but I cannot find any Close or Dispose method. Is …

c# dispose exchangewebservices exchange-server-2007
(MS Exchange) Mailbox database is temporary unavailable

I am trying to send mail using Exchange web service api.I am using autodiscover in order to retrieve the …

exchange-server exchangewebservices exchange-server-2007
Exchange Web Services - Processing Messages and Accessing Attachments

I'm in the process of writing a simple console app that monitors a particular exchange mailbox, and when emails meeting …

c# attachment exchangewebservices ews-managed-api