EWS, or Exchange Web Services, are SOAP services that provide access to Exchange Server data and functionality.

learn more… | top users | synonyms

14
votes
2answers
1k views

How do I retrieve just recurring event masters using Exchange Web services?

I'm using a CalendarItemType view to retrieve calendar items. The only items I care about are those that I've created and I know that they are all weekly recurring items. I'm able to get each ...
12
votes
1answer
26k views

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 previously used WebDAV to connect to Exchange. (As I understand it, WebDAV is ...
9
votes
2answers
659 views

How to force garbage collection of object you can't dereference?

We are using EWS Managed API which polls MS Exchange for new mail messages after a given interval. With each invocation of the polling call (PullSubscription.GetEvents()) - Microsofts API is failing ...
8
votes
2answers
5k views

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 main Inbox folder and doesn't check any sub-folders. I would like to search all the mail items ...
8
votes
6answers
3k views

Creating Tasks for other users using Exchange Web Services (EWS) Managed API

As an "EWS Managed API Newbie", I'm having some problems finding examples and documentation about creating and managing Tasks. I've managed to create a task for myself without a problem. However, I ...
7
votes
1answer
12k views

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 I found out, Exchange Web Services only exists for Exchange Server 2007 and beyond. That would ...
7
votes
3answers
4k views

Can't access public folders root

I've recently coded a .NET Console app using C#. It's purpose was to read the emails within a specific folder, parse them for specific values and save them to a database. Our email system, at the ...
6
votes
2answers
3k views

Exchange Web Services Managed API: Accessing other users items

Is it possibly to access the folders and items of other Exchange accounts other than the one of the logged in user? Can I do this via Exchange Web Services Managed API?
6
votes
1answer
10k views

getting autodiscover URL from Exchange email address

I'm starting with an address for an Exchange 2007 server: user@domain.exchangeserver.org And I attempted to send an autodiscover request, as documented at MSDN. I attempted to use the generic ...
5
votes
3answers
4k views

C# create calendar item with EWS, how to get back the results?

I build an app based on this site http://msdn.microsoft.com/en-us/library/dd633661%28v=EXCHG.80%29.aspx appointment.Subject = "Status Meeting"; appointment.Body = "The purpose of this meeting is to ...
5
votes
3answers
6k views

Need a way to authenticate to Exchange Web Services

I'm using Exchange Web Services to Find, Create, Update, and Delete appointments from the calendars for one or more people. The application would be used by a manager to view employees' vacation time, ...
5
votes
1answer
5k views

Exchange Web Services - Send email with attachment

I'm new to using EWS (Exchange Web Service) and I'm looking for a simple example that demonstrates how to send an email with an attachment. I've searched for an example and I can't find any that are ...
5
votes
3answers
6k views

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# and Exchange Web Services but I am getting a 'System.ArgumentOutOfRangeException' error and ...
5
votes
3answers
4k views

Access Exchange Web Services with PHP and cURL

Hello, I am currently writing a client to access a Microsoft Exchange server and read contacts, appointments etc. from it. Through days of searching I've been able to connect to the EWS via PHP's ...
4
votes
3answers
5k views

Exchange Web Services and Property Sets

I need to retrieve calendar information by invoking the Exchange Web Service in BPOS. I'm using a CalendarView with a PropertySet to retrieve as little data as possible. However, property sets seems ...
4
votes
3answers
6k views

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 only know how to get subject. ExchangeService service = new ...
4
votes
2answers
3k views

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 to access calendars which have been shared by other users when it is not their default calendar. ...
4
votes
1answer
870 views

Dealing with EWS throttling policies

What is an effective way of dealing with EWS throttling policies? I'm attempting to read every email in my mailbox as well as download all attachments. The issue I'm encountering is that Exchange ...
4
votes
2answers
904 views

How do i find out if an appointment is private

I use Exchange Server Managed API. How do I find out if an appointment is private? There doesn't seem to be a method or property in the "Appointment" class.
4
votes
1answer
550 views

Request Exchange Web Services 2007/2010 with SOAP+XML over HTTPS in Android

I used the following C# code from Microsoft to request EWS 2010 MSDN link and it worked. I need the same solution for android. I tried to use the following code but it does not help ...
4
votes
1answer
248 views

Can't get sender email address with EWSJavaAPI

i am using EWS Java API 1.1.5 and i am trying to get the email sender as follows: ItemView view = new ItemView(10); FindItemsResults<Item> findResults = ...
4
votes
2answers
1k views

Exchange EWS Managed API - Undelivarable mail notification does not have the DateTimeReceived property

When finding items from a Exchange 2010 Server journaling inbox, there are some notifications on undelivered mails. When processing these emails and trying to read the DateTimeReceived property, I ...
4
votes
2answers
5k views

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. However I have backed off to the simplest form and found that I cannot even send HTML ...
3
votes
5answers
7k views

Exchange Server 2007 Web Services PHP Class

Does anyone know of an open source PHP class (preferably BSD or MIT license) that will interface with the MS Exchange Server 2007 Web Services via. SOAP? I am looking for a higher level class that ...
3
votes
2answers
3k views

Using EWS Api to search thru different users mailboxes

We are developing a module which main goal is to track and collect information about damage inspections (insurance market). Each case has a code (i.e. L000525). Each case could be managed by several ...
3
votes
2answers
6k views

Microsoft Exchange WebService URL

How to know Exchange WebService URL, I have Exchange server version 2007 and I am trying to write a small C# console application to collect some data from exchange server but don't know what is the ...
3
votes
3answers
364 views

Talking to a demo Exchange Server 2007

I would like to test a trivial SOAP app against Microsoft Exchange 2007 (or 2010) webservices. Is there any demo server on the internet available? My problem is, that I have no 64-Bit machine around ...
3
votes
1answer
659 views

Exchange Web Service, move an item from Inbox it gets removed from Inbox but doesn't show up in the destination Folder

I am working on a client that access an Exchange Web Service via a web reference. (not the Managed API). This is the first time I'm worked with EWS so I hope its just a simple mistake that I ...
3
votes
2answers
2k views

Problems using the EWS Java API on Android

I am trying to use the EWS Java API v1.1.5 (http://archive.msdn.microsoft.com/ewsjavaapi) in an Android application, and have run into a number of issues. I downloaded the source, and followed the ...
3
votes
1answer
358 views

How can I remove a contact CompleteName.Title with EWS managed api v1.1?

Using EWS managed api v1.1, I can successfully save/set the contact "Title" or honorific (if you prefer) to a non-empty value, but I can't figure out how to remove or set it back to an empty ...
3
votes
1answer
2k views

Are extra installs needed to access Managed EWS on an Exchange 2010 server?

Does the system administrator need to install anything extra to get EWS Managed API working for clients on Exchange 2010? At the moment I am getting problems just using AutoDiscover via the managed ...
3
votes
2answers
67 views

How to call Exchange Web Services GetUserAvailabilityRequest when current timezone does not observe daylight savings time?

I am attempting to call GetUserAvailabilityRequest from South Africa Standard Time which does not observe daylight savings time, however, the TimeZone element requires StandardTime and DaylightTime ...
3
votes
1answer
964 views

Problem retrieving Appointment.StartTimeZone through EWS Managed API on Exchange 2007 SP1

I can retrieve the Appointment.TimeZone for items with: PropertySet propertiesAll = new PropertySet(BasePropertySet.IdOnly, ..., AppointmentSchema.TimeZone, AppointmentSchema.StartTimeZone, ...); ...
3
votes
1answer
178 views

How to Accept and add Categories to RequiredAttendees Appointments using Exchange Web Services

I’m using ExchangeService(ExchangeVersion.Exchange2010_SP1) I want to Accept and add Categories to RequiredAttendees Appointments. To do this i need to find these Appointments. My understanding in ...
3
votes
1answer
193 views

Rails - A database connection per request, based on user credentials

We have the following problem: our app interfaces with exchange via its exchange web services (EWS), you can think of it as being just a fancy DB. As an example, we have an Appointment model which ...
3
votes
1answer
151 views

Managed code by leveraging EWS for getting meetings scheduled in a particular room

I have a requirement to get meetings scheduled in a particular room (outlook meetings) and prepare a HTML based report so that it can printed and pasted in rooms. I am writing outlook addin for this. ...
3
votes
1answer
2k views

Multiple PushNotification Subscriptions some work properly and some don't

I tried posting this on the Exchange Development forum and didnt get any replies, so I will try here. Link to forum I have a windows services that fires every fifteen minutes to see if there is any ...
3
votes
1answer
785 views

Exchange: Is it possible to search for a custom Extended Property across all mailboxes?

My team and I are in the process of integrating our custom CRM (built entirely on the MS stack) with Exchange. A key part of that integration is binding Exchange items (namely meetings and tasks) to ...
3
votes
2answers
598 views

PHP and Exchange Web Service (EWS) - Can't get it to connect

I've never tried this before but I'm trying to use PHP to get data about an exchange account (for example the number of emails in the Inbox and the amount of unread email in the inbox). Just for the ...
3
votes
3answers
450 views

PHP-EWS 2010, how to set the IsRead flag

I have been able to successfully retrieve the unread emails from an Exchange 2010 inbox using php-ews API. However after I have fetched the emails, I want to set the IsRead property of the email to ...
3
votes
1answer
423 views

Removing EWS Appointment Body Text

EWS creates appointment with a default "When" text in the body. Please see the image below: I am wondering if it is possible to remove or hide this text some how. Here is my code which create ...
3
votes
1answer
449 views

How can I set MHT-body for mail sending through Exchange Server?

I have a message as an MHT-File. Now I am searching for a way to set this for a mail to send through Exchange Server (with Exchange Web Service). When I set it as a MIME-Content, the parts (picture ...
3
votes
0answers
159 views

categorize the exchange folders in Distinguished Folder and normal folder

My question is how to make difference between a distinguished folders and a folder created by user when i try to obtain the list of user folders using findFolder ws method FindFolderType request ...
2
votes
1answer
4k views

Get the organizer's calendar appointment using EWS for Exchange 2010

I have an synchronization application with sync appointments with Exchange 2010, and i have some questions. UserA creates an appointment and add UserB as attendee, this means UserA is the organizer ...
2
votes
2answers
2k views

EWS body plain text

I use EWS to get exchange emails, but how can i get plain text from email body, without html? Now i use this: EmailMessage item = (EmailMessage)outbox.Items[i]; item.Load(); item.Body.Text
2
votes
1answer
2k views

How to find if Folder exists in Inbox and create if not exixts

Just starting to use Exchange Webservices 1.1 on exchange 2010, I can't find an example on how to find specific folders and if not exists,create it. how is this done?\
2
votes
1answer
105 views

how to notice if a mail is a forwarded mail?

I have a very special problem. If we create a mail in Outlook, we add a UserProperty which contains a DataBase-ID of our System, so we can Link the mail to the representing DataBase-Item. On the ...
2
votes
1answer
225 views

What is the difference between `BeginSubscribeToStreamingNotifications` and `SubscribeToStreamingNotifications`

I see there's a new version of the managed EWS API v1.2 that targets Exchange 2010 SP2. What is the difference between the 2 streaming notification subscriptions calls? I don't have VS at my ...
2
votes
2answers
4k views

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 get the ID of such folder using EWS Managed API? Only examples I find are those relating to ...
2
votes
1answer
944 views

How can I get the sender of a mail in EWS MAPI?

I'm accessing all my mails in Exchange Server programmatically. first I load them: item.Load(), then I have to know the sender. But I can't see a property that allows me know it. Can someone help me? ...

1 2 3 4 5 13