• Sign in
 
  •  
  • MSDN Blogs
  • Microsoft Blog Images
  • More ...

  • Blog Home
  • About
  • CDO (25)
  • Code Snippet (43)
  • Custom Providers (17)
  • Debugging (7)
  • DevMsgTeam (301)
  • Documentation (109)
  • DST (8)
  • EWS (7)
  • Exchange (109)
  • Gotchas (97)
  • Hotfix (28)
  • MAPI (240)
  • MAPI Download (54)
  • MFCMAPI (101)
  • MSDN (59)
  • Non Dev (11)
  • OOM (17)
  • Outlook (171)
  • Outlook 2007 Auxiliary Reference (45)
  • Outlook Integration API (12)
  • Protocol Docs (20)
  • PST/OST (23)
  • Public Folders (3)
  • Referrals (8)
  • Vista (12)
  • WrapPST (18)

Browse by Tags

MSDN Blogs > SGriffin's MAPI Internals > All Tags > exchange
Tagged Content List
  • Blog Post: MAPICDO May 2013 Update

    Stephen Griffin - MSFT
    It;’s here! It’s finally here! The May 2013 update of MAPICDO is live here: http://www.microsoft.com/en-us/download/details.aspx?id=39045 At that same link, you’ll also find the long awaited configuration guidance. It’s not immediately obvious it’s there. Just hit the Download link and it will be offered...
    on20 May 2013
  • Blog Post: Message Header Analyzer Hits the Big Time

    Stephen Griffin - MSFT
    Anybody remember that Message Header Analyzer App for Office I wrote about last month? Well, the folks who do support for Exchange and Office 365 caught wind of it and liked it. In fact, they liked it so much they asked me to port the code into their Remove Connectivity Analyzer. Here’s the blog entry...
    on2 May 2013
  • Blog Post: Developing Apps For Office

    Stephen Griffin - MSFT
    So – I’ve been playing a lot with Apps for Office lately. I even wrote and published an app: http://office.microsoft.com/en-us/store/message-header-analyzer-WA104005406.aspx My management encouraged me to put together a presentation on everything I learned while developing this app. I did, and they asked...
    on21 Mar 2013
  • Blog Post: Exchange 2013 Compatible MAPICDO

    Stephen Griffin - MSFT
    As several of you have noted, we recently released an update for the MAPICDO package . This is the update you have all been waiting for, as it is now possible to build an RPC/HTTP enabled profile to connect to Exchange 2013. What several of you have also noticed is that this update did NOT come with...
    on28 Feb 2013
  • Blog Post: Exchange 2013 Recipient Properties On Sent Items

    Stephen Griffin - MSFT
    http://msdn.microsoft.com/en-us/library/ee159108(v=exchg.80).aspx If you’ve got an application that processes e-mails paying attention to the PR_RECEIVED_BY_* and PR_RCVD_REPRESENTING_* properties, you may notice these properties showing up on e-mails in the Sent Items folders of your users. That is...
    on19 Feb 2013
  • Blog Post: MAPICDO and Exchange Server 2013 (Update)

    Stephen Griffin - MSFT
    I’ve just been given permission to announce we’re targeting the release of the updated MAPICDO which will support Exchange 2013 to coincide with the release of Exchange 2010 SP3. Exchange 2010 SP3 was announced a while back on the Ehlo blog . As you can see from that announcement, SP3 provides much needed...
    on8 Nov 2012
  • Blog Post: MAPICDO and Exchange Server 2013

    Stephen Griffin - MSFT
    I’ve just been given clearance to publicize this since apparently it was discussed at MEC: The MAPICDO download *will* be updated to support Exchange Server 2013. This is important because: As has been discussed , Exchange Server 2013 will only allow MAPI connections over RPC/HTTP, aka Outlook Anywhere...
    on8 Oct 2012
  • Blog Post: MAPICDO, Distribution Lists, and Exchange 2010

    Stephen Griffin - MSFT
    One of the lesser known tricks in MAPI is that when you open a distribution list ( MAPI_DISTLIST ) from an address book using OpenEntry , if you don’t specify an interface what you get is not an IMailUser , but is in fact an IDistList , which inherits from IMAPIContainer . This gives you a means to access...
    on10 Sep 2012
  • Blog Post: SetReceiveFolder and Cached Mode

    Stephen Griffin - MSFT
    We recently resolved a case here where a customer, as part of their larger application, was using SetReceiveFolder to direct messages of their message class to the correct folder so their application could do further processing on them. However, when they tested their application in cached mode, it didn...
    on22 Jun 2012
  • Blog Post: March 2012 Release of MFCMAPI and MrMAPI

    Stephen Griffin - MSFT
    We did it! MFCMAPI is now on Wikipedia ! The March 2012 Release (build 15.0.0.1032) is live: http://mfcmapi.codeplex.com . No UI changes this round, so no new screenshot. I did fix some interesting bugs and added a few nice features. Probably the nicest feature is new MAPI call logging. I‘ve...
    on7 Mar 2012
  • Blog Post: What is MAPI_E_RECONNECTED?

    Stephen Griffin - MSFT
    Remember Jason’s article about the reconnect logic we added to Exchange’s MAPI ? The idea was that if your GC went down, Exchange’s MAPI should be able to reconnect to a different GC and proceed smoothly. Mostly smoothly though, since the last call sent to the old GC may fail with MAPI_E_END_OF_SESSION...
    on27 Feb 2012
  • Blog Post: January 2012 Release of MFCMAPI and MrMAPI

    Stephen Griffin - MSFT
    No one’s taking my subtle hints about Wikipedia . One more try: It sure would be nice if someone added MFCMAPI to the article about MAPI . The January 2012 Release (build 15.0.0.1031) is live: http://mfcmapi.codeplex.com . I’m continuing to crunch on the UI overhaul. This release has...
    on23 Jan 2012
  • Blog Post: December 2011 Release of MFCMAPI and MrMAPI

    Stephen Griffin - MSFT
    What’s an app got to do to get on Wikipedia ? You know I can’t put it there myself – that’s against the rules . The December 2011 Release (build 15.0.0.1030) is live: http://mfcmapi.codeplex.com . When I started working on the UI overhaul, I knew it was going to take a few releases to get it right. After...
    on13 Dec 2011
  • Blog Post: EWSEditor December 2011 Update

    Stephen Griffin - MSFT
    Matt has just announced that EWSEditor has been updated and moved over to Codeplex. Read his announcement here , then go download EWSEditor here . Enjoy!
    on8 Dec 2011
  • Blog Post: Enabling Kerberos Authentication

    Stephen Griffin - MSFT
    We had a customer recently who was using Outlook 2010’s MAPI in their application to talk to the Exchange server. They wanted to enable Kerberos authentication, but were having trouble enabling it programmatically. They had found the property that gets changed when you enable Kerberos authentication...
    on6 Dec 2011
  • Blog Post: November 2011 Release of MFCMAPI and MrMAPI

    Stephen Griffin - MSFT
    Still no mention of MFCMAPI on Wikipedia . I had such high hopes. Sigh. The November 2011 Release (build 15.0.0.1029) is live: http://mfcmapi.codeplex.com . Note that build number. That’s right. I jumped all the way from 6 (where I’ve been stuck forever) to 15. That’s the sort...
    on29 Nov 2011
  • Blog Post: MAPICDO 6.5.8244

    Stephen Griffin - MSFT
    It’s been a while, but we just shipped a new version of the MAPICDO download . Per tradition, I’ve put together release notes: Installation details: This version is 6.5.8244.0. All of the files in the update are dated October 17th, 2011. If you already have a version of the MAPI Download installed, you...
    on27 Oct 2011
  • Blog Post: Random MAPI_E_CALL_FAILED Errors With Exchange 2010

    Stephen Griffin - MSFT
    We have gotten a number of cases lately involving applications using Outlook 2010's MAPI failing when connecting to Exchange 2010 servers. The primary symptom observed by our customers is that random MAPI calls to Exchange return MAPI_E_CALL_FAILED. At first blush, there is no rhyme or reason as to which...
    on19 Oct 2011
  • Blog Post: The Elusive 0x81002746 Error

    Stephen Griffin - MSFT
    If you look around for it, you’ll find a lot of posts on a 0x81002746 error that you might get from ConfigureMsgService . But no one seems to know what the error really means or why it happens. I thought I’d fill in some details. For starters, this error has nothing to do with WSAECONNRESET, which is...
    on13 Oct 2011
  • Blog Post: September 2011 Release of MFCMAPI and MrMAPI

    Stephen Griffin - MSFT
    Before we get to business, a comment: MFCMAPI does not appear anywhere in Wikipedia . This is a sad. Very very sad. The September 2011 Release (build 6.0.0.1028) is live: http://mfcmapi.codeplex.com . We got a handful of new features this time. MrMAPI can now parse flags on the fly, For instance, if...
    on14 Sep 2011
  • Blog Post: July 2011 Release of MFCMAPI and MrMAPI

    Stephen Griffin - MSFT
    The July 2011 Release (build 6.0.0.1027) is live: http://mfcmapi.codeplex.com . This round, the focus was on bulking up MrMAPI’s feature set. MrMAPI is one of the core data collection tools being used in a future update to our Software Diagnostics Platform for Outlook issues. This has driven several...
    on22 Jul 2011
  • Blog Post: Store Entry ID v2

    Stephen Griffin - MSFT
    As I intimated before , Outlook’s MAPI supports a special kind of store entry ID which allows you to encode the full DN for the server and avoid redirects. Here’s the documentation for it. An Exchange Store Entry ID encodes an Exchange server and mailbox for us in OpenMsgStore . The base version of this...
    on21 Jul 2011
  • Blog Post: Enough With The Redirects Already

    Stephen Griffin - MSFT
    Here’s the scenario the customer gave us: They use Outlook’s MAPI and a single MAPI profile connect to an admin mailbox, and then use CreateStoreEntryID and OpenMsgStore to open various work mailboxes to do their processing. All day they’re opening and closing these mailboxes. In some...
    on8 Jul 2011
  • Blog Post: Large Multivalued Properties

    Stephen Griffin - MSFT
    We recently encountered an issue where, in the customer’s code, a call to GetProps for a particular message failed with MAPI_E_CALL_FAILED. We found that MFCMAPI had trouble getting properties on the message as well. The curious thing was that if we made a GetProps call for one or two properties, it...
    on10 Jun 2011
  • Blog Post: MAPICDO Handle Leak

    Stephen Griffin - MSFT
    There’s a handle leak in MAPICDO . It’s been there just about forever and can easily be avoided. I just wanted to describe it here to help you recognize it so you can code around it. The basic setup to see the leak is this: A program has multiple child threads which are each logging in and out of MAPI...
    on1 Jun 2011
Page 1 of 5 (109 items) 12345
  • © 2013 Microsoft Corporation.
  • Terms of Use
  • Trademarks
  • Privacy & Cookies
  • Report Abuse
  • 5.6.426.415