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.

C# EWS Managed API: How to access shared mailboxes but not my own inbox

How can I connect to an exchange server and read mail from a shared mailbox (one that is not my …

c# .net exchangewebservices
C#: To be XML serializable, types which inherit from IEnumerable must have an implementation of Add(System.Object)

I have the following code: private static string FindAppointmentsAsXmlString(CalendarView calendar, ExchangeService serv) { FindItemsResults<Appointment> appointments = serv.FindAppointments(…

c# serialization ienumerable add exchangewebservices
Fetching emails for a specific date in c# using Exchange Web Services

I am able to fetch emails from a mailbox based on a subject. I am not sure what the format …

c# exchangewebservices
Exchange Web Services - The response received from the service didn't contain valid XML

I am attempting to connect to exchange web services (ews) on a exchange 2010 server. Here is the code I am …

c# xml exchangewebservices
Marking an email message as read using Exchange Web Services 2007

I am subscribed to an email account using Exchange Web Services 2007 and processing attachments as new emails come in. I …

.net exchangewebservices
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 - Access All Shared Calendars

I've got the following code: private void ListCalendarFolders(ref List<EBCalendar> items, int offset) { var pageSize = 100; var view = …

c# .net exchange-server exchangewebservices office365
Node.js integration with MS Exchange EWS

I am attempting to use Node.js to call the SOAP Exchange EWS services. I have created a simple http …

node.js exchange-server exchangewebservices ntlm
EWS: Access shared calendars

I am trying to use Exchange Web Services to access calendar data, but I can't seem to figure out how …

calendar exchange-server exchangewebservices ews-managed-api
The account does not have permission to impersonate the requested user

I am getting this error while try to accessin the resource mailbox. pls any one help me on this . I …

c# impersonation exchangewebservices exchange-server-2007 exchange-server-2010