Top "Ews-managed-api" questions

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

How can I detect if this dictionary key exists in C#?

I am working with the Exchange Web Services Managed API, with contact data. I have the following code, which is …

c# exchangewebservices ews-managed-api
'Autodiscover service couldn't be located' when trying to access Exchange 2010 account with EWS MANAGED API

I am using Auto discover service Url for a specified e-mail address. ExchangeService Service = new ExchangeService(ExchangeVersion.Exchange2010); Service.Credentials = …

c# exchange-server exchangewebservices ews-managed-api
Save mail to msg file using EWS API

I'm using Exchange Web Services Managed API 1.1 to connect to Exchange server 2010 and then find out new emails received. Now …

exchange-server ews-managed-api
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
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
EWS Managed API find items with ItemID

I am trying to find items from deleted items folder given the items unique id ItemId id = new ItemId("zTK6…

c# exchange-server ews-managed-api
Using EWS Managed API to create appointments for other users?

In EWS Managed API is it easy to create an appointment for a specific user: ExchangeService service = new ExchangeService(); service.…

exchange-server exchangewebservices ews-managed-api
EWS Managed API: how to set From of email?

I'm using EWS Managed API to sending email. Account "[email protected]" have permissions "Send as" to use "sender@domain.…

c# ews-managed-api
How to use Microsoft.Exchange.WebServices?

i try to use : Microsoft.Exchange.WebServices.dll to use outlook. but connection return error Error return line:service.AutodiscoverUrl("…

c# visual-studio exchange-server exchange-server-2007 ews-managed-api