ews-managed-api Questions

0

I'm using EWS Java 1.2, although 2.0 in C# shows the exact same issues, and Exchange 2010 SP3, so a particular bug in SP2 prior to rollup 3 regarding message bodies is not the problem. Long story ...

3

Solved

I am using the Exchange Web Services Managed API to work with Tasks (Exchange 2007 SP1). I can create them fine. However, when I try to do updates, it works for all of the fields except for the .Bo...
Stephi asked 21/7, 2010 at 21:46

2

I'm using EWS Managed API to sending email. Account "[email protected]" have permissions "Send as" to use "[email protected]" mailbox to send messages (from Outlook, it's work fine). But I try fr...
Tintinnabulum asked 19/1, 2012 at 6:28

1

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 an...
Leonidaleonidas asked 24/3, 2011 at 12:56

3

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 seem...
Syracuse asked 30/4, 2009 at 9:38

3

Solved

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 thi...
Gypsy asked 24/11, 2010 at 15:21

1

Solved

I have an inbox set up in exchange, [email protected] Additionally, there is an alias for this, [email protected], so all emails to the news address end up in the hello inbox. Ideally, ...

2

Solved

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.
Postoperative asked 29/10, 2010 at 11:21

3

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 ...

2

Solved

I'm attempting to use EWS 2010 Managed API to get the total size of a user's mailbox. I haven't found a web service method to get this data, so I figured I would try to calculate it. I found one se...
Hornswoggle asked 2/4, 2010 at 19:12

2

Solved

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 ...

2

Solved

Has anyone else discovered a memory leak issue with Pull Subscriptions (ExchangeService.SubscribeToPullNotifications()) in Exchange Managed Web Services API? When calling PullSubscription.GetEvents...
Rosetta asked 21/10, 2011 at 18:58

2

Solved

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 failin...

1

Solved

I use the following code to save an appointment via Exchange Web Services Managed API: Appointment appointment = new Appointment(m_exchangeService); appointment.Subject = subject; appointment.Body...
Amateurism asked 6/10, 2010 at 8:47

2

Solved

I can ignore the braying of my users no longer. They want a task scheduling system and at some point I have to deliver. I was thinking of making my own (can't be hard), but then users would have tw...
Norword asked 1/12, 2010 at 20:34

1

Solved

I can retrieve the Appointment.TimeZone for items with: PropertySet propertiesAll = new PropertySet(BasePropertySet.IdOnly, ..., AppointmentSchema.TimeZone, AppointmentSchema.StartTimeZone, ...); ...
Acclivity asked 9/11, 2010 at 12:28

3

I'm passing the Folder.Id.UniqueId property of a folder retrieved from a FindFolders query via the query string to another page. On this second page I want to use that UniqueId to bind to the folde...
Referendum asked 27/3, 2010 at 14:5

2

Solved

We have a public calendar for our company set up in an Exchange 2007 Public Folder. I am able to retrieve my personal calendar appointments for the current day using the code below. I have searched...

© 2022 - 2024 — McMap. All rights reserved.