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.

Error "HTTP/1.1 401 Unauthorized" with basic authentication in android - EWS 2010

I refer to this link to request to the server. The problem is sometime (not always, about 20% - 30%, means sometime …

java android basic-authentication exchangewebservices
ServiceResponseException: The specified object was not found in the store

I am trying to upgrade an application that uses WebDAV against Exchange 2003 to return a responseXML, then it creates cases …

c# soap exchangewebservices exchange-server-2010
Using EWS API to search through different users mailboxes

We are developing a module with the main goal being to track and collect information about damage inspections (insurance market). …

exchange-server exchangewebservices
Wrong mailbox items being retrieved using Exchange Web Services managed API in C#

I'm trying to retrieve Inbox items from a specific mailbox (in which i have permissions), using Exchange Web Services managed …

c# exchangewebservices
What settings on Exchange do we need to check to avoid a ServiceRequestException from being thrown?

We’re programmatically (using the Microsoft Exchange Web Services Managed API 2.0) to access the user’s calendar (on Exchange 2010 SP1). …

c# exchangewebservices exchange-server-2010 ews-managed-api
Find all subfolders of the Inbox folder using EWS

I have the following Inbox folder structure: Inbox --ABC ----ABC 2 ----ABC 3 --XYZ ----XYZ 2 --123 ----123 A ----123 B ----123 C …

c# recursion exchange-server exchangewebservices
Find all unread emails using Exchange Web Service 2010 then mark as read?

I'm using Exchang Web Services 2010 to try and read all unread emails from a mailbox, then mark them as read. …

c# soap exchangewebservices exchange-server-2010
How do I send HTML (multipart/alternative) from Exchange Web Services (2010 SP1)

This issue came to light as I was trying to send an HTML message with inline images (attachments) through EWS. …

exchange-server exchangewebservices ews-managed-api exchange-server-2010
Access Exchange Web Services with PHP and cURL

Hello, I am currently writing a client to access a Microsoft Exchange server and read contacts, appointments etc. from it. …

php curl ntlm exchangewebservices http-status-code-401
How to authenticate EWS Java API

We are using EWS Java API to use the outlook calendar on our Java application. I am having authentication issues …

java exchangewebservices ewsjavaapi