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.

getting autodiscover URL from Exchange email address

I'm starting with an address for an Exchange 2007 server: [email protected] And I attempted to send an autodiscover …

exchange-server exchangewebservices autodiscovery
Connection to Office 365 by EWS API

I am using EWS API in my console application to process mailbox items and my connection script looks like ExchangeService …

c# .net office365 exchangewebservices
java.security.cert.CertificateExpiredException: NotAfter

I am using EWSJavaAPI 1.1.5 to connect to Exchange Server 2010. Everything was working fine until today while trying to connect to …

java certificate exchangewebservices ewsjavaapi
Exchange Web Services (EWS) FindItems within All Folders

I am using the following code to find all the emails sent from a user, however this only searches the …

c# exchange-server exchangewebservices
How to get contact list from Exchange Server?

Can anyone tell me the simplest way to get a contact list from Exchange Server? I'm using C# From what …

c# exchange-server exchangewebservices
Fetching all mails in Inbox from Exchange Web Services Managed API and storing them as a .eml files

I want to fetch all mails in the Inbox folder using EWS Managed API and store them as .eml. The …

c# email exchange-server exchangewebservices
How To Get all ITEMS from Folders and Sub-folders of PublicFolders Using EWS Managed API

How to retrieve all items from "public folders" and its "sub-folders" in exchange server2010 uisng managed API??? rootfolder = Folder.Bind(…

c# api exchange-server exchangewebservices
read email using exchange web services

This is my scenario: I have to read email from exchange 2010 sp2 accounts. I have to use Exchange Web Services, …

email exchangewebservices exchange-server-2010
Download attachment from Exchange using Exchange Web Services

I am trying to use the following code to connect and download an attachment from email in an inbox using …

c# exchangewebservices