Tagged Questions
EWS, or Exchange Web Services, are SOAP services that provide access to Exchange Server data and functionality.
14
votes
1answer
601 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 ...
8
votes
2answers
183 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 ...
7
votes
4answers
3k views
EWS 2010: Public Folder Problem using .NET
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 ...
7
votes
1answer
5k 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 ...
6
votes
1answer
10k 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 ...
5
votes
2answers
2k 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 ...
4
votes
1answer
1k 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?
3
votes
2answers
467 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 ...
3
votes
2answers
439 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 ...
3
votes
2answers
425 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 ...
3
votes
2answers
1k 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 ...
3
votes
0answers
559 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
2answers
2k 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
1answer
256 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.
3
votes
5answers
1k 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 ...
3
votes
1answer
3k 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 ...
3
votes
1answer
869 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
3answers
238 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
5answers
4k 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
3answers
3k 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, ...
2
votes
1answer
84 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 ...
2
votes
1answer
51 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
1answer
53 views
Email to WorkItem - EWS 2007_SP1 & TFS 2010
I am trying to setup an EWS to TFS support ticket system. I am following this article:
http://msdn.microsoft.com/en-us/magazine/hh335060.aspx
He utilizes Exchange 2010, whereas we are running ...
2
votes
1answer
53 views
EWS. How to get latest SyncState without intial synchronization?
Consider that I have 100,000 messages in a folder. I want to be able to synchronize with latest changes, but I don't need any old messages. Asking for initial synchronization with
...
2
votes
1answer
44 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. ...
2
votes
2answers
193 views
How to get DL in exchange server using java api?
How to get DL (distribution List) from Microsoft exchange server via EWS in java?
I have tried ews java api but could not find list of Distribution List(GAL) of exchange server, any help regarding to ...
2
votes
1answer
279 views
Getting unread mail from exchange web services via PHP
How do you get all unread mail in a users' exchange mailbox using PHP while using this class ?
I figured to first list a folders contents like this:
$ews = new ...
2
votes
2answers
686 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 ...
2
votes
1answer
220 views
Where is my streaming subscription going?
I'm using the Microsoft Exchange Web Services 1.1 SDK and using the streaming connection to subscribe to new mail notification. All works fine for receiving the notifications but I receive errors ...
2
votes
1answer
255 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 ...
2
votes
1answer
1k views
How to use Python to send email via Microsoft Exchange Web Services API
With Exchange 2007 and Exchange 2010, Microsoft has introduced Exchange Web Services. This allows to perform many operations on the Exchange server using SOAP.
Example SOAP Message to Send Email
...
2
votes
1answer
365 views
How do i check if a exchange connection is valid? (via ews)
I need a way to figure out if an via user input configured exchange connection is valid.
I use ews.
2
votes
2answers
953 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. ...
2
votes
3answers
880 views
Exchange web services: why is ItemId not constant?
I write a small application, which should automatically process the emails from a public folder. For each email, we want to save some metadata, in a database.
I wanted to use the ItemID to make the ...
2
votes
2answers
2k views
Exchange Web Services - Send email with attachment
I'm new to using EWS 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 simple and clear-cut. ...
2
votes
1answer
2k views
Exchange Web Services Create Meeting Request Working Example
Is there a working example anywhere of how to create a meeting request using EWS for Exchange 2007 using C#? Which properties are required? I have added a web service reference and can connect to ...
2
votes
0answers
90 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
243 views
Send Voting Email
Using the Outlook API it is possible to send emails with polls by setting the VotingOpions property on a MailItem instance. Is it possible to do the same with Exchange Web Services in any way?
2
votes
1answer
353 views
Due Date set via EWS is wrong in reminder popup
I'm having some trouble using EWS with tasks and reminders, specifically, the due date.
When I run my code, shown below, the task is added to my exchange account and I can see it fine in outlook. All ...
2
votes
2answers
740 views
How do you bypass TLS/SSL cetification validation in WCF for Exchange Web Services
I wan't to bypass SSL and use regular http protocol to connect to a Exchange 2007 server however we dont want to invest in a real SSL cert and the one we use is needed for blackberry enterprise ...
2
votes
1answer
865 views
Search EWS CalendarItems with last modified time
I'm searching CalendarItems with ExchangeWebServices..In msdn document there is a field as LastModifiedTime.
How do I query CalendarItems by LastModifiedTime with ExchangeServerBindings ?
2
votes
1answer
469 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 ...
2
votes
2answers
772 views
Where are Exchange Web Services: ExtendedPropertyDefinition IDs defined?
In researching how to use Exchange Web Services, I see examples like this
Dim PR_DELETED_ON As New ExtendedPropertyDefinition(26255, MapiPropertyType.SystemTime)
Dim PR_SEARCH_KEY As New ...
2
votes
1answer
1k views
Silverlight 3 - Exchange Web Service
In my Silverlight 3 app, I just added a Service Reference to the Exchange 2007 Web Service (EWS). After doing so, I got the following warning:
Custom tool warning: No endpoints
compatible with ...
2
votes
2answers
2k 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 ...
2
votes
2answers
1k views
Exchange Web Services vrs WebDAV
What are some good resources for learning Exchange Web Services?
I'm familiar with webDAV and was wondering if exchange web services might be better for some integration we do with exchange.
2
votes
2answers
2k views
Exchange WS 'The specified object was not found in the store.' error
We're using Exchange 2007 WS to process mail folders and are hitting various problems if we try and forward a message we've already received. Our process is:
Windows Service monitors mailbox folder, ...
2
votes
1answer
645 views
Access original subject of meeting in Resource calendar
I'm trying to set up a system that displays calendar items from a resource calendar on a web page using Exchange 2007 and EWS (Exchange Web Services).
I've managed to get access to the calendars of ...
2
votes
1answer
2k views
Exchange Web Services, try to use ExchangeImpersonationType
I am trying to use EWS, first time trying to use the ExchangeServiceBinding. The code I am using is below:
_service = new ExchangeServiceBinding();
//_service.Credentials = new ...
1
vote
0answers
15 views
Sending inline attachments with ews
I'm using EWS to send an email with inline attachement(s).
I'm use following code for it:
var attachment = attachments.AddFileAttachment(path);
attachment.ContentId = cid;
attachment.IsInline = ...