No announcements
Found 1770628 threads
-
0 Votes
difference between EWS managed api and EWS sdk
The EWS Managed API, and subsequent EWS Managed API SDK, were created because the auto-generated proxy ...Answered | 1 Replies | 6050 Views | Created by SamuraiJack - Friday, January 14, 2011 4:42 AM | Last reply by Michael Mainer - Friday, January 14, 2011 6:52 PM -
0 Votes
Can't find 'Microsoft.Exchange.WebServices.dll' in EWS Managed API SDK v1.1
Microsoft Exchange Server 2010 SP1 Web Services SDK October 2010 which only contains samples for using EWS through either XML or an auto-generated proxy.Answered | 2 Replies | 10511 Views | Created by Rusty Iuliano - Thursday, November 11, 2010 6:37 PM | Last reply by Rusty Iuliano - Tuesday, November 23, 2010 1:57 PM -
0 Votes
EWS Managed API
It would be interesting to know for sure if it is possible to use the full EWS API.Answered | 3 Replies | 2188 Views | Created by Eric Legault [MVP - Office Apps and Services] - Wednesday, January 16, 2013 5:43 PM | Last reply by Anze Javornik - Thursday, January 17, 2013 10:42 PM -
1 Votes
EWS Managed API : FileAttachment.Content is padded ?
We will make sure that it is fixed in the final version of the API.Answered | 1 Replies | 5765 Views | Created by Ted Taylor - Wednesday, June 10, 2009 10:00 PM | Last reply by David Claux - MSFT - Wednesday, June 10, 2009 11:01 PM -
1 Votes
New to EWS
I am also a newbee to EWS.Answered | 6 Replies | 5721 Views | Created by nebhaile - Thursday, February 18, 2010 8:16 PM | Last reply by Chathum - Thursday, April 14, 2011 11:19 AM -
0 Votes
EWS Managed API - thread safe?
No, the API is not thread-safe.Answered | 2 Replies | 8514 Views | Created by NicWise - Wednesday, March 17, 2010 11:06 AM | Last reply by NicWise - Wednesday, March 17, 2010 4:59 PM -
2 Votes
Problem with AutoDiscoverUrl (EWS Managed API)
This is necessary for Outlook (and the EWS Managed API) to properly discover the Autodiscover endpoint for your domain.Answered | 5 Replies | 36813 Views | Created by Dharam Damani - Friday, April 24, 2009 12:51 AM | Last reply by GrafRaf - Tuesday, July 19, 2011 3:18 AM -
0 Votes
Unit Testing with EWS Managed API
David Claux | Program Manager - Exchange Web ServicesAnswered | 4 Replies | 10480 Views | Created by gmancoll - Thursday, August 27, 2009 2:47 PM | Last reply by David Claux - MSFT - Friday, August 28, 2009 3:32 PM -
0 Votes
Using the EWS Managed API from a web service
David Claux | Program Manager - Exchange Web ServicesAnswered | 4 Replies | 8389 Views | Created by inoxydable - Thursday, April 8, 2010 8:25 PM | Last reply by inoxydable - Monday, April 12, 2010 6:20 PM -
0 Votes
Accessing a shared calendar using EWS Managed API?
I'm using the managed api as well.Answered | 6 Replies | 10110 Views | Created by Neil Enns - Tuesday, April 6, 2010 5:58 AM | Last reply by Angelo1982 - Friday, February 17, 2012 1:00 PM -
1 Votes
EWS Api problem connecting Inbox
ServicePointManager]::ServerCertificateValidationCallback = {return $true} The way to fix this is use the CertificatePolicy instead eg rewrite it ...Answered | 5 Replies | 10298 Views | Created by todomati - Wednesday, August 27, 2014 8:17 PM | Last reply by tinlinn - Wednesday, January 27, 2016 11:00 AM -
0 Votes
Equivalent of NonEmptyArrayOfPropertyValuesType in EWS Managed API
David Claux | Program Manager - Exchange Web ServicesAnswered | 2 Replies | 4788 Views | Created by Glen Scales - Tuesday, June 2, 2009 3:35 AM | Last reply by Glen Scales - Wednesday, June 3, 2009 10:48 PM -
0 Votes
ExchangeService (EWS Managed API) accessing favorites / Shortcuts
The people there would be a lot more familiar with using EWS.Answered | 1 Replies | 3268 Views | Created by Ole K - Thursday, August 18, 2011 10:20 AM | Last reply by Ken Slovak MVP - Thursday, August 18, 2011 1:45 PM -
1 Votes
Best option for EWS managed API calendar output
Damien, The EWS Managed API is only a data access API, it doesn't provide any kind of presentation layer.Answered | 2 Replies | 4863 Views | Created by Damien Dolan - Thursday, June 17, 2010 8:09 PM | Last reply by Damien Dolan - Monday, June 21, 2010 12:39 PM -
0 Votes
Support for OOF and FreeBusy in the EWS Managed API
You can use EWS to check this just not the Managed API (until its RTM) so you need to mix normal proxy code eg ...Answered | 5 Replies | 6085 Views | Created by Glen Scales - Wednesday, April 22, 2009 1:44 AM | Last reply by Glen Scales - Wednesday, August 5, 2009 3:12 AM -
0 Votes
Attachments appear twice (EWS Managed API)
David Claux | Program Manager - Exchange Web ServicesAnswered | 6 Replies | 5394 Views | Created by fhuber - Wednesday, May 27, 2009 4:29 PM | Last reply by fhuber - Friday, May 29, 2009 12:27 PM -
1 Votes
EWS Managed API: How do I create an Appointment which is NOT a meeting?
To create the item as an appointment, use this line of code to save the appointment: exchangeAppointment.Save(SendInvitationsMode.SendToNone); (This code example came from ...Answered | 2 Replies | 4950 Views | Created by Jesper Lauridsen - Thursday, December 17, 2009 9:04 AM | Last reply by Jesper Lauridsen - Thursday, December 17, 2009 10:34 PM -
0 Votes
Accessing body from new compose using v1.1
>>How do I go about getting the body or the itemId in v1.1 of a new compose email?Answered | 3 Replies | 595 Views | Created by Alex 42 - Thursday, July 28, 2016 5:41 PM | Last reply by David_JunFeng - Monday, August 1, 2016 5:52 AM -
0 Votes
EWS Managed API Read body of EmailMessage
To load properties for multiple items in a single call to EWS, the most efficient way is ExchangeService.LoadPropertiesForItems.Answered | 3 Replies | 13646 Views | Created by AsciJA - Wednesday, January 6, 2010 9:23 PM | Last reply by Jaco C - Monday, April 13, 2020 7:48 AM -
0 Votes
The managed API and IndexedPropertyDefinitions
Mike, You can't do this with pure EWS either.Answered | 5 Replies | 4639 Views | Created by Peign13 - Thursday, May 28, 2009 4:56 PM | Last reply by David Claux - MSFT - Friday, May 29, 2009 4:42 PM - Items 1 to 20 of 1770628 Next ›
No announcements