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.

Does Exchange Server (in-house) suppport REST API?

This document that applies to Exchange Server suggests that the bulk of API / Web Services is SOAP based: https://msdn.…

office365 exchange-server exchangewebservices outlook-restapi exchange-server-2016
EWS only reading my inbox

I am trying to read a particular email account to find items with attachments that are unread, and have certain …

c# soap exchangewebservices exchange-server-2010
Exchange Web Services - Send email with attachment

I'm new to using EWS (Exchange Web Service) and I'm looking for a simple example that demonstrates how to send …

exchange-server exchangewebservices
Microsoft.Exchange.WebServices is not working in VS2010

I'n using EWS ExchangeService to read emails from outlook... I've coded the in Console project and in VS2008... Everything works …

c# exchange-server exchange-server-2007 exchangewebservices
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
Exchange web services: why is ItemId not constant?

I write a small application, which should automatically process the emails from a public folder. For each email, we want …

c# exchange-server exchangewebservices
Exchange Server 2007 Web Services PHP Class

Does anyone know of an open source PHP class (preferably BSD or MIT license) that will interface with the MS …

php exchange-server exchange-server-2007 exchangewebservices
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
Get the organizer's calendar appointment using EWS for Exchange 2010

I have an synchronization application with sync appointments with Exchange 2010, and i have some questions. UserA creates an appointment and …

exchange-server exchangewebservices
Download attachments using Exchange Web Services Java API?

I am writing a Java application to download emails using Exchange Web Services. I am using Microsoft's ewsjava API for …

java exchange-server exchangewebservices ewsjavaapi