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.

learn more… | top users | synonyms

0
votes
1answer
12 views

Setting an Exchange contact email address to null/String.Empty

Using Exchange Web Services 2.0 (EWS) how do I set a Contact's email address to null or String.Empty without getting the error "An object within a change description must contain one and only one ...
1
vote
2answers
29 views

Exchange ItemID differs from GlobalAppointmentID for Outlook AddIn

The problem I'm having is that the GlobalAppointmentID of a Outlook Appointement created using a Outlook FormRegion differs from that of the ItemID when using EWS Managed API. I'm creating an Outlook ...
1
vote
0answers
19 views

Can we reduce the time consumed by AutodiscoverUrl in ExchangeWebsevice

I am using AutodiscoverUrl to connect to exchange server but its taking long to get connected ...Is there any way to reduce the time consumed..
0
votes
0answers
11 views

Sending Mail from alias address using ews api

I am facing a problem in sending mail from alias id using ews api. I have a primary id abc@company.com with its alias xyz@company.com. I am trying to send message from xyz@company.com but it keeps ...
0
votes
0answers
21 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 ...
0
votes
0answers
17 views

What causes the OnSubscriptionError to be fired in StreamingSubscriptionConnection in EWS API?

I am getting this error in production. Don't know what exactly causes this. OnSubscriptionError : Microsoft.Exchange.WebServices.Data.ServiceResponseException: The specified subscription ...
0
votes
0answers
18 views

What is the simplest EWS call to test connectivity?

Among all the Exchange Web Services Operations I'm looking for the simplest one I can initially use to check if my connectivity to the EWS endpoint works. The low-level code I use to build and execute ...
0
votes
1answer
36 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.
0
votes
1answer
39 views

Changing the members of a static exchange distribution list programmatically

We have an important email distribution list, on exchange 2010, where the members change weekly, based on many work based criteria. Right now we change the members manually, and I would love to ...
0
votes
1answer
17 views

Reading ALL custom properties on Exchange Server with EWS

I would like to read all "Custom properties" from EWS-Items. I do have the names of the properties (e.g. "duration" oder "distance") but I did not create them (my clients did). I guess I will have to ...
0
votes
1answer
38 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 = ...
0
votes
1answer
47 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
93 views

Exchange Web Services and C#: How to get appointments from shared calendar

I am trying to get a list of all the appointments for the day on a shared calendar. I have successfully done it for my own calendar tied to my user account. I tried getting the folderId of the shared ...
3
votes
2answers
71 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 ...
0
votes
0answers
20 views

Extracting the Lync meeting request URL from a meeting request

I'm using the Exchange API's to get the meeting invite from an Exchange server I can see the link to the Lync meeting in the body, but will have to do some tricky parsing to extract it, and will be ...
0
votes
2answers
68 views

Using EWS with Office 365 fails with Server doesn't support requested version

Using Windows 8 (64 bit) and Visual Studio 2012 Ultimate, Update 2. I am trying to use Exchange Web Services 2.0 (EWS) with Office 365. I am getting the following exception which occurs on the call ...
0
votes
1answer
101 views

How to pull public calendar data from Exchange Server 2007?

My task is simple. I have a public folder (a calendar actually) that I need to pull all the meetings from between two dates. I'm using Visual Studio 2010, ASP.Net 4.0, Microsoft Exchange Server Web ...
0
votes
1answer
64 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
1answer
63 views

Delete recurring calendar item with PHP EWS?

The past couple of days I have been learning to use the PHP-EWS class for reading/updating/deleting calendar entries. I have been able to create single events, read all calendar events for a day and ...
0
votes
0answers
33 views

Read/write appointment RTF from Exchange Server 2007

What im tryng to do is get appointment modify it externally write updates to exchange When im doing it with Microsoft.Exchange.WebServices.Data.ExchangeService i will suck at the fist point, ...
1
vote
0answers
60 views

EWS - Download attachment from nested emails/embedded emails

We are trying to download attachments of embedded email within an email. Unfortunately embedded email is of type message/RFC822 and does not have any information available even if ItemAttachment is ...
0
votes
1answer
52 views

EWS API: How to get pull notifications?

I am using the EWS API to connect and retrieve mail from a exchange 2007 server, which works fine. Now I would like to get pull notifications. I have found a example here, which is what I have tried: ...
0
votes
0answers
106 views

Getting a user's mailbox database in Exchange (2010) using C#

I've been searching for a way to find out a user's mailbox database in Exchange and have not found anything other than powershell scripts. I did find an autodiscover service that I thought would work ...
0
votes
1answer
34 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
65 views

php-ews how to search calender event by Calender Subject

I am using https://github.com/jamesiarmes/php-ews for connecting php to exchange server so far no problem using the code below . i can connect to specific user mail box and can retrieve all his ...
1
vote
1answer
55 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. ...
0
votes
0answers
31 views

Retrieve calender information from exchange server in ios application

Does anyone know a way to retrieve calendar information from MS Exchange Server using iOS SDK? Is there an API for doing this? We need to retrieve this information setting up Active Sync in the ...
1
vote
0answers
35 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
93 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 ...
1
vote
0answers
46 views

EWS :- Unable to load resources for resource file “Microsoft.Exchange.WebServices.Strings”

I am developing a window 8 metro app where i have to use the ExchaneWebServices to create tasks and display all tasks back into my app. I used the following code. service = new ...
0
votes
1answer
64 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
0answers
37 views

Use Exchange Web Services to resend meeting invitation to some attendees

I'm using Microsoft's Exchange web services, documented here, to create calendar appointments and send out invitation emails for those appointments. I'm using Java to send XML; I'm not using a C# ...
1
vote
1answer
90 views

Exchange Web API project works on one pc but not the other?

I have a .NET project which uses the Exchange Webservice API to listen for new mails and tasks on a exchange server. I got a new pc, so i figured that i could just copy/paste the project folder to ...
0
votes
1answer
92 views

EWS - Get a user's peers (same manager)

I'm trying to do an exchange query to get a user's peers, as it is shown in Global Address List. My first thought is to run a query that returns all users with the same manager. FindItemType request ...
0
votes
1answer
163 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); ...
1
vote
0answers
26 views

ServiceId.UniqueId Maximum Length and Format

Every Item (e.g. Task) in Exchange Web Services (EWS) Managed API has an Id property of type ItemId, which then has a String property named UniqueId (inherited from ServiceId — phew, got that?). ...
0
votes
1answer
14 views

xsd.exe: resolving XSD conflict

I am trying to combine the Exchange autodiscovery XSDs at this location: http://msdn.microsoft.com/en-us/library/ee160637(v=exchg.80).aspx Basically, it's one "Request" XSD and three "Response ...
0
votes
0answers
32 views

EWS Streaming Subscriptions - Clarrification

I am new to EWS and I am trying to understand how to use streaming subscriptions. I have worked through the Using Streaming Notifications with Exchange 2010 article and I thought I understood what I ...
0
votes
0answers
30 views

Updating Echange (appointment item) change keys

The Sterling book "Inside Microsoft Exchange Server 2007 web Services" says in Chapter 9: "Notes on Using Change Keys in a Recurring Series. Although each occurrence and exception in a recurring ...
0
votes
0answers
62 views

Importing email into Exchange via Exchange Web Services, emails appear as drafts

I am writing a simple program to import mail into Office 365 from a csv file (and an attachments directory and html files for that matter) but I am having some trouble getting the imported emails to ...
0
votes
0answers
79 views

Exchange Web Service - Create meeting with attendees and accept the request without sending a message to the attendee

I'm writing a sync service that syncs appointments between our crm software and exchange server. The lead System is our crm application and therefore there is no need for the attendee to accept a ...
0
votes
2answers
46 views

Null value in From property in Ms Exchange Server Webservices

This code works except that the From property is returned as blank. No amount of messing around with PropertySets seems to fix it. Anyone know what I am doing wrong? Folder inbox = ...
0
votes
0answers
40 views

EWS: Validation of the credentials of the service

Is there anyway to check or validate the username and password assigned to an exchange service before getting a url ? In my program now , I create a new service and assigned username and password to ...
0
votes
0answers
243 views

Exchange Web Services FindItem (by body search criteria) not finding email with larger body

I have a routine (pretty standard) from http://msdn.microsoft.com/en-us/library/exchange/dd633693(v=exchg.80).aspx which I use to return a list of emails that contain a specific content ("homecoming") ...
0
votes
1answer
94 views

How To Open and Process Excel Attachment with Exchange Server?

I am looking for some help on loading an Excel attachment into memory, and then process the excel document. The main issue im having is using EWS to load the attachment into memory and then processing ...
0
votes
0answers
140 views

Getting the MAPI StoreID property from Exchange Web Services

I'm currently working an on implementing Exchange Web Services for an application which currently references MAPI EntryID and StoreID properties from Outlook. While I am able to convert the EWS ID to ...
0
votes
1answer
485 views

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 am new to EWS. I am able to access the resource mailbox through OWA(Outlook web app). But i am not ...
2
votes
2answers
146 views

Why is my Exchange ResolveNames Search only returning 100 rows?

I am using Exchange Web Services the following code to download a bunch of records from our exchange server. The issue is that based on my partial search string, I should get back 500 rows, but it ...
0
votes
1answer
203 views

Getting ExtendedPropertyDefinition values from EWS in Outlook addin

Im doing an automatic process on a mailbox using EWS webservices and assigning ExtendedPropertyDefinition to the messages like this: Microsoft.Exchange.WebServices.Data.ExtendedPropertyDefinition ...
-2
votes
3answers
264 views

Exchange Rate API for Android [closed]

I need to create an android app where it gets the live updated currency exchange rates. Is there any android (free) API for this purpose? I did a search and nothing found related to android. Please ...

1 2 3 4 5 8