Top "Ews-managed-api" questions

Exchange Web Services (EWS) API that can be used to access Exchange resources.

Extract Exchange 2007 Public Calendar Appointments using Exchange Web Services API

We have a public calendar for our company set up in an Exchange 2007 Public Folder. I am able to retrieve …

c# asp.net web-services exchange-server-2007 ews-managed-api
EWS: Access shared calendars

I am trying to use Exchange Web Services to access calendar data, but I can't seem to figure out how …

calendar exchange-server exchangewebservices ews-managed-api
Exchange Web Services: Batching with FindItemsResult<Item>

I'm writing an app to process email attachments, using Exchange Web Services. The general structure of my problem area is …

c# exchangewebservices ews-managed-api
Can we connect to Exchange 2016 using EWS Managed API?

I am using EWS Managed API 2.2 and it does not show the Exchange version 2016 in its enumeration. I can see …

.net exchange-server exchangewebservices ews-managed-api exchange-server-2016
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
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