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

learn more… | top users | synonyms

0
votes
0answers
5 views

Exchange Web Services First call to GetEvents Fails with ErrorSubscriptionNotFound

So I downloaded the sample from Microsoft for exchange managed API, sample Ex15_SetPullNotifications_CS. My problem is that GetEvents() is failing with error "subscription not found". If I call ...
0
votes
0answers
5 views

EWS 2010 Get Calendar items without using Impersonation C#

I have a crawler that used to use an impersonation account to crawl users calendars. Now, I can not use this impersonation account and need to find a way for the crawler to work. Is there a way to ...
0
votes
0answers
7 views

How to set the contact title using Exchange Web Services in Java

I would like to achieve the exact same thing as asked in this question, but in java: How to set the contact title using Exchange Web Services Managed API I am using the EWS Java API 1.2 ...
0
votes
0answers
16 views

EWS Managed API : How to check server responses? [duplicate]

I'm using EWS Managed API to develop a room reservation system. I have 1 room as a resource and I want to book it. I was able to do so that through the API. However, I want to check whether the room ...
-1
votes
1answer
11 views

Android: Fail to retrieving a tag value of the EWS response

I am hitting my Exchange server using (EWS+Basic Authentication). I could authenticate and hit my services with these Request GetItem (E-mail Message),SyncFolderItems and few other and getting the ...
0
votes
1answer
22 views

Set Content-Type as text/plain using EWS java API

I use EWS Java API to send mails through Exchange 2010. From the trace i find that Content type is set as text/xml. Is there a way to send mails as plain text only??? Content-Type: text/xml Thanks.
1
vote
0answers
22 views

Powershell EWS upload eml

I have this code to upload EML files to exchange. #Upload Eml Sample $folderid= new-object ...
0
votes
0answers
19 views

Set DateTimeCreate with EWS Proxy classes

Is it possible to change CreationDateTime, SentDateTime, etc.???? I`m tring to create/update message. All run fine, but i need to set field ItemType.CreateDateTime with my values (eg. I need to ...
0
votes
0answers
11 views

Get the userproperties of a PostItem in a public folder EWS Managed API

I have already written some code to get in the correct public folder and I'm able to reteive the items in that public folder. In my progralm that I'v written useing the Outlook client I can read the ...
0
votes
1answer
34 views

Send string content with special characters in email using EWS Java API

I tried to send the 'String' content in email using EWS Java API: <root> <tag1>text1</tag1> <tag2>text2</tag2> </root> The code I used is: String msg = ...
1
vote
0answers
23 views

EWS Certificate error: untrusted root

I'm working on an application that wants to implement some exchange functionality. To do this we're using EWS (exchange web services). Now i have the following scenario: I first had a test project ...
0
votes
0answers
14 views

How to bring EWS Managed API 2.0 to nuget

As of now the latest version of the Exchange Web Services Managed API is 2.0. The only package on nuget is http://nuget.org/packages/Microsoft.Exchange.WebServices/ which is 1.2. What is the proper ...
0
votes
1answer
28 views

Set authentication to Basic in EWS Java API code to send mails

I tried to use the following code to send mail using EWS Java API. But i get the error that the NTLM Authentication is selected. But i need only Basic authentication. How do i specify the ...
0
votes
0answers
6 views

Contact permission in EWS

Can EWS Managed API be used to administer Contact Permissions in Exchange 2010 ? Using EWS API 2.0 we wont to give each user the standard contacts, and protect them from being edited.
2
votes
2answers
39 views

EWS Managed API : Checking Responses

I'm using EWS Managed API 2.0. I'm using the Calendaring part where you can book appointments as follows : Appointment appointment = new Appointment(service); //Set properties on the appointment. ...
0
votes
1answer
21 views

StreamingNotifications not working with Office 365 / Exchange Online

I have developed a small console application to test EWS StreamingSubscriptions / Notifications. In the past we used Push Notifications but ,in theory, when using StreamingNotifications I should be ...
0
votes
0answers
24 views

Change from programming Outlook on PC to using EWS API

ENVIRONMENT: Windows 7, Visual Studio 10, WPF/XAML/C# CURRENT SITUATION: I have a desktop app that communicates with the Outlook object model using COM. The code enumerates emails and saves the items ...
1
vote
0answers
42 views
+50

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 ...
0
votes
1answer
25 views

Powershell - Task Manager - Permissions?

I've wrote a script that reads all mail from an Exchange inbox and writes all sort of output (.txt files, folders, ..). Everything is working fine when I run this in the powershell ISE. The problem ...
0
votes
0answers
29 views

EWS FindItem does not return items

I am using the FindItems operation of the Exchange Web Services API to return items from shared calendars. When sharing a calendar you set the detail level: Availability only Limited details ...
0
votes
0answers
32 views

SQL CLR Exchange Web Services

I have created a SQL CLR Stored Procedure which uses the Exchange Web Services SDK to download calendar data for specific rooms into our own data warehouse so that we can run detailed reports on room ...
0
votes
1answer
57 views

EWS Notification Hub for multiple users

I am trying to create a service to push exchange notifications to asp.net applications, eventually using SignalR. My plan is to create a notification hub that subscribes each user as they log in to ...
0
votes
0answers
39 views

Python suds.TypeNotFound at Exchange EWS 2010

I'm just trying to access Exchange Web Services (EWS) 2010 with Python using Alex Koshelev’s EWS-specific fork of suds (can be found on BitBucket). I found the basic Code for accessing EWS here and it ...
0
votes
0answers
54 views

java EWS1.2 API: How to find which certificate our Exchange server is looking for

I have referred to almost every question on this topic on SO but none of the answers gave me a break-through unfortunately. I am using EWS1.2 and running the following code from within eclipse to ...
0
votes
0answers
40 views

Manually Execute JAX-WS Request and pass the response for the normal processing

What I'm currently doing is, I have implemented the Exchange Web Service by generating the client code using JAX-WS. I have implemented all the required functionality and have tested it with the trial ...
0
votes
0answers
33 views

PHP EWS OOF (Out of Office) Request

I am using the PHP Exchange Web Services Library ( https://github.com/jamesiarmes/php-ews ) to currently retrieve User availibility without issue. What I would like to do is retrieve an Out of Office ...
0
votes
0answers
25 views

Exchange Web Service - copy occurrences from one appointment to another

I try to copy the appointments of one user on an exchange server to a different user on another exchange server. What I have works well with standard appointments, and even recurring appointments; I ...
-1
votes
0answers
83 views

Android: Creating EWS 1.2 Java API jar

I am trying to create the EWS Java Api jar file. But i couldnt get any useful tutorial or steps to do it..I gone through this post but i am getting the same pbm. Plz provide any links which gives the ...
0
votes
1answer
76 views

Accessing a Resource Calendar with no mailbox via EWS and C#

Our Exchange Admins (Exchange 2010 SP1) have setup a shared resource calendar. There is no mailbox assigned to this resource calendar. I want to be able to read the meetings using EWS and C#. ...
0
votes
0answers
41 views

Get Username of Organizer for Exchange Web Services Public Calendar Item

I have some code that looks into an exchange public folder calendar and retrieves information about the items in it. I am specifically interested in Subject, Location, Start and End fields, as well ...
2
votes
1answer
47 views

EWS Appointment ID. Unique?

Is the Appointment.Id property or Appointment.Id.UniqueId really unique? I have the simplest of methods, retrieving Appointments using ExchangeService.FindAppointments. My results are showing a few ...
0
votes
0answers
29 views

EWS get Contacts - CustomerID & Account

ExchangeService service = this.GetService(); FolderId folderID = GetPublicFolderID(service, "My Address Book"); ContactsFolder folder = ContactsFolder.Bind(service, folderID); int folderCount = ...
0
votes
1answer
121 views

EWS 1.2 - Unable to connect to company Exchange Server

I'm currently trying to connect to our company's exchange server using the EWS Java API. Unfortunately when try to execute anything (either autodiscover or some other action after using setUrl ...
1
vote
0answers
31 views

appointment in the Outlook Calendar

I am using VB.Net and EWS Managed API to create appointments in Exchange 2010. When i call the "Save" method, an appointment is not created on the first machine but when i use the same Code on the ...
0
votes
1answer
60 views

Issues with Java EWS API

I am using Java EWS API in my web application to connect my application to MS Exchange and read user email requests. Also I am using a scheduler to pull subscription every 1 minute. Problem is when ...
1
vote
1answer
39 views

Restriction (Search) by Sender

I'm attempting to retrieve a list of emails by a particular sender on an exchange server using PHP EWS. My code sample related specifically to the restriction (search) construction: ...
1
vote
1answer
53 views

How to add hyperlink in meeting body using EWS to c#?

How i can add the body information as a hyperlink in EWS meeting? // Create the appointment. Appointment appointment = new Appointment(service); // Set properties on the appointment. ...
1
vote
0answers
28 views

EWS API Streaming subscription stops working

Created an windows service which saves all received and sent emails to my local drive and my service successfully does that.I have also resubscribed my streaming subscription onDisconnect event and ...
0
votes
0answers
89 views

Establishing a Connection to microsoft Exchange Server from ios application

How can i establish a connection with Microsoft exchange web-service from my ios application. I am new to this. After doing a little research i understand this is being done using EWS Managed API and ...
0
votes
0answers
42 views

Exchange EWS not returning message body for calendar

So i'm trying to fetch all the calendar event from office360.com . I am using ews to get the data. I sent a request of <?xml version="1.0" encoding="utf-8"?> <soap:Envelope ...
1
vote
0answers
35 views

EWS Managed API: Get LastModifiedTime after Update/Save

Im syncing some contacts with Excahnge-Webservices. I have to know if a contact is changed on the server. for this i want to read the LastModifiedTime after an Update. Atm im doing this by binding ...
0
votes
0answers
49 views

android : issue in sending mails with long attachments using EWS

I am using EWS for sending mails to exchange server. I am able to send mails with no attachment. When I add any attachment it is failing and giving this error : 04-09 13:05:56.157: ...
0
votes
1answer
54 views

How to get occurence number of a recurrent meeting from the EWS using c#?

Below is the link for modifying and deleting occurrence of a recurrence meeting. http://msdn.microsoft.com/en-us/library/exchange/dd633618(v=exchg.80).aspx My question is how we can get the ...
0
votes
1answer
86 views

Connecting to Microsoft Exchange 2007 through EWS with PHP & Curl

In using PHP - Curl - and Soapui (to construct and validate the necessary soap/xml script to send in the Curl Postfields) I find that all I get returned when trying to, for example, add a contact to ...
2
votes
0answers
339 views

How to authenticate EWS Java API

We are using EWS Java API to use the outlook calendar on our Java application. I am having authentication issues on EWS. I tried the application on the cloud outlook account that's supplied by ...
1
vote
1answer
82 views

EWS save/export EmailMessage in other format

I'm working with the EWS Managed API 2.0. At this moment I can save EmailMessages to my harddrive as *.eml files. However I can't open them correctly to show the content. How can an EmailMessage ...
0
votes
0answers
140 views

EWS Managed API best method to use FindItems

In EWS Managed API you can do: Folder inbox = Folder.Bind(service, WellKnownFolderName.Inbox); inbox.FindItems(...) or you could do: service.FindItems(WellKnownFolderName.Inbox, filter, view); ...
0
votes
2answers
51 views

EWS not working on Windows Azure

I am currently working on a Windows Azure service and I have to implement the importing of some items from an Exchange server. Everything works correctly when I test it on the local emulator, I can ...
0
votes
0answers
29 views

Any alternative authentication options when using EWS?

I'm using the EWS soap service. I'm using Jersey client to wrap each EWS SOAP requests with the clients credentials. This is fine for now but i'd like a more seamless experience where client does not ...
0
votes
0answers
25 views

PHP-EWS No Data Received Message

I just downloaded PHP-EWS, installed following the README instructions, and spun up a script to test out its functionalities. When I try running the script in my browser, I get the following message: ...

1 2 3 4 5 13