Exchange Web Services (EWS) API that can be used to access Exchange resources.
I am working with the Exchange Web Services Managed API, with contact data. I have the following code, which is …
c# exchangewebservices ews-managed-apiI 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-apiI'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-apiI am using the Exchange Web Services Managed API to work with Tasks (Exchange 2007 SP1). I can create them fine. …
exchange-server exchangewebservices ews-managed-apiWe’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-apiThis 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-2010I am trying to find items from deleted items folder given the items unique id ItemId id = new ItemId("zTK6…
c# exchange-server ews-managed-apiIn EWS Managed API is it easy to create an appointment for a specific user: ExchangeService service = new ExchangeService(); service.…
exchange-server exchangewebservices ews-managed-apiI'm using EWS Managed API to sending email. Account "[email protected]" have permissions "Send as" to use "sender@domain.…
c# ews-managed-apii 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