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.

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
Exchange Web Service API and 401 unauthorized exception

When I try sending email using the EWS API, I get the following error: (in message.Send();) The request failed. …

c# exchangewebservices http-status-code-401 exchange-server-2007 unauthorized
Getting started with Exchange Web Services 2010

I've been tasked with writing a SOAP web-service in .Net to be middleware between EWS2010 and an application server that …

c# .net exchange-server exchangewebservices
How to get email body, receipt, sender and CC info using EWS?

Can anyone tell me how to get an email body, receipt, sender, CC info using Exchange Web Service API? I …

c# asp.net exchange-server exchangewebservices
Send mails using EXCHANGE SERVER (Microsoft Outlook web access)in asp.net

I know how to send mails using outlook installed in same machine, where I'm running my code. Now, the requirement …

c# asp.net exchange-server exchangewebservices
Where can I get the latest Microsoft.Exchange.WebServices.DLL?

I'm trying to use the latest Exchange Web Services DLL, however when I search my hard drive I see many …

exchange-server exchangewebservices exchange-server-2010
Exchange Web Service FolderId for a not well known folder name

I have a folder in an Exchange mailbox that is a child of the root (not Inbox). How do I …

c# exchangewebservices
EWS body plain text

I use EWS to get exchange emails, but how can i get plain text from email body, without html? Now …

text exchange-server exchangewebservices
What is IPM.Note and what is its use?

I have few questions about IPM.Note. It will be great if some one clear my doubts 1) What is IPM.…

exchange-server mapi exchange-server-2007 exchangewebservices