Browse by Tags

All Tags » devmsgteam » Exchange Web Services Managed API   (RSS)
Showing page 1 of 2 (14 total posts)
  • Issue: Getting HTTP 404 error on every request made via Exchange Web Services using EWS HTTP endpoint for Exchange Server 2010

    Few of our customer reported that they are getting HTTP 404 Error reported; when they tries to use EWS HTTP service endpoint for their application for Exchange Server 2010 . However, the same application work fine with EWS HTTP service endpoint with Exchange Server 2007 without any issue. If we go into Internet Information Services (IIS) on Exchange 2010 RTM and uncheck the box 'Require secure channel (SSL)' on the EWS virtual directory. And then we attempt to make a request using HTTP using EWS
    Posted to Brijs Blogging... Looking Beyond the Obvious (Weblog) by brijs on December 29, 2009
    Filed under: DevMsgTeam, Workaround, Issue, Exchange Server 2007, EWS, Exchange Web Services, Exchange Web Services Managed API, Exchange Server 2010
  • Exchange Web Services Managed API and EWS Editor is available!

    If you are developing using Exchange Web Services Managed API then now you can download @ Microsoft Exchange Web Services (EWS) Managed API 1.0 The Microsoft Exchange Web Services (EWS) Managed API 1.0 provides a managed interface for developing client applications that use Exchange Web Services. The EWS Managed API simplifies the implementation of applications that communicate with Microsoft Exchange Server 2007 Service Pack 1 (SP1) and later versions of Microsoft Exchange. Built on the Exchange
    Posted to Brijs Blogging... Looking Beyond the Obvious (Weblog) by brijs on November 13, 2009
    Filed under: DevMsgTeam, .Net, Exchange Server 2007, General, Exchange Web Services, Exchange Web Services Managed API, Exchange Server 2010, FYI, Learn
  • Announcing EWSEditor 1.5!

    Over the past year I’ve been working with the new Exchange Web Services Managed API and I have to say, it’s a wonderful thing – especially compared to working with the Visual Studio generated proxy classes for Exchange Web Services.  While working with Exchange Web Services (EWS) early in the Exchange 2007 release it became apparent to me that an editor tool in the spirit of MFCMAPI built on top of EWS might be useful.  At the time I started working on such an editor and based it off the
    Posted to mstehle: The CDOs and CDONTS of Messaging Development (Weblog) by mstehle on November 9, 2009
    Filed under: Exchange Web Services, DevMsgTeam, Exchange Web Services Managed API, EWSEditor
  • Exchange Web Services and Exchange 2010 - What’s new Webcasts

    Exchange 2010 is on it way and along with it Exchange Web Services Managed API would be one-in-all interface for developing custom applications. So, If you are developing Exchange related application and interested to know what you can do with the new EWS Managed API and what’s new in Exchange 2010 for developers then, Here are few interesting web casts to learn more:  10/13/2009 - Exchange Server 2010 Development (Part 1 of 6): Migrating Applications to Exchange Web Services 10/14/2009 - Exchange
    Posted to Brijs Blogging... Looking Beyond the Obvious (Weblog) by brijs on October 8, 2009
    Filed under: DevMsgTeam, Exchange Web Services, Exchange Web Services Managed API, Exchange Server 2010, FYI, WebCast, Learn
  • EWS: Exchange 2007 RTM vs. SP1 Specifying MeetingTimeZone's TimeZoneName when creating an Appointment

    Prior to Exchange 2007 SP1 an article was published with some specific guidance related to handling time zones in calendar item tasks.  Contrary to Best Practices for Using Exchange Web Services for Calendaring Tasks , specifying just a MeetingTimeZone TimeZoneName when creating a CalendarItem appears to work in Exchange 2007 SP1 and later.  The best practices says not to submit the TimeZoneName in MeetingTimeZone because it will be ignored, though there is a hint that this might not apply
    Posted to mstehle: The CDOs and CDONTS of Messaging Development (Weblog) by mstehle on September 4, 2009
    Filed under: Exchange Web Services, DevMsgTeam, Exchange Web Services Managed API
  • EWS: UID not always the same for orphaned instances of the same meeting.

    Earlier I linked to a post by Henning Krauses which discusses searching for a meeting using the UID and GlobalObjectId properties. The point of UID is to provide a unique identifier for a meeting across the calendars each attendee to the same meeting. Henning gave some expert advise for using GlobalObjectId instead of UID in a FindItem request to locate instances of a recurring meeting in different user’s calendars. As noted in his article, in Exchange 2007 pre-SP2 the UID property is built from
    Posted to mstehle: The CDOs and CDONTS of Messaging Development (Weblog) by mstehle on September 2, 2009
    Filed under: Exchange Web Services, DevMsgTeam, Exchange Web Services Managed API
  • How to create a Service Account with full access to all mailboxes on Exchange Server 2007 mailboxstore?

    We can use following Exchange PowerShell cmdlet to grant a Service Account full access to all the mailboxes on Exchange Server 2007 mailboxstore, but do so only in accordance with your organization's security and privacy policies: Get -mailboxserver <servername> | add-adpermission –user <service account> -accessrights GenericRead, GenericWrite -extendedrights Send- As , Receive- As , ms-Exch-Store-Admin .csharpcode, .csharpcode pre { font-size: small; color: black; font-family: consolas,
    Posted to Brijs Blogging... Looking Beyond the Obvious (Weblog) by brijs on September 1, 2009
    Filed under: DevMsgTeam, How to, Exchange Server 2007, Exchange Web Services, Exchange Web Services Managed API, PowerShell
  • FYI: DeleteItem behavior, Exchange 2010 SDKs, EWS performance and SyncFolderItems, and Named Property Mapping in Exchnage 2007+

    Fellow developer support engineer, Patrick Creehan , has any interesting post about the delta between the documentation of DeleteItem calls and the actual behavior involving including the ChangeKey in the ItemId of the item you want to delete.  In theory the ChangeKey would be required for DeleteItem requests to ensure that you know you have evaluated the latest version of the item and decided to delete it.  If you pass an ItemId with a stale ChangeKey, you should get a error indicating
    Posted to mstehle: The CDOs and CDONTS of Messaging Development (Weblog) by mstehle on July 13, 2009
    Filed under: Exchange Web Services, DevMsgTeam, Exchange Web Services Managed API
  • FYI: Can’t use Exchange Impersonation with GetUserOofSettings, SetUserOofSettings, or GetUserAvailability

    I kept forgetting about this so maybe blogging it will help me remember.  As this thread confirms – you can’t call GetUserOofSettings, SetUserOofSettings, or GetUserAvailability when using Exchange Impersonation.  If you try to do this you’ll get an error that the Service Account is not the mailbox owner.
    Posted to mstehle: The CDOs and CDONTS of Messaging Development (Weblog) by mstehle on June 24, 2009
    Filed under: FYI, Exchange Web Services, DevMsgTeam, Exchange Web Services Managed API
  • Exchange API Team Blog: Exchange Impersonation vs. Delegate Access…

    The Exchange API team has a new post to explaining the differences between using Exchange Impersonation vs. Delegate Access to access an Exchange mailbox using Exchange Web Services.  I’ve seen first hand that there is a gap in understanding the difference between the two and when to use one versus the other.  This post goes a long way to address some of the confusion. An important note that some people miss is the differentiation between Windows and Exchange impersonation – they’re not
    Posted to mstehle: The CDOs and CDONTS of Messaging Development (Weblog) by mstehle on June 16, 2009
    Filed under: Exchange General, Exchange Web Services, DevMsgTeam, Exchange Web Services Managed API
1 2 Next >

© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Microsoft
Page view tracker