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
>
mfcmapi
Tagged Content List
Blog Post:
March 2013 Second Release of MFCMAPI and MrMAPI
Stephen Griffin - MSFT
The March 2013 Second Release (build 15.0.0.1039) is live: http://mfcmapi.codeplex.com . This is an emergency build to correct a problem a few people were having running MFCMAPI on Windows XP. Here's a change list - see the Issue Tracker on Codeplex for more details, or look at the code: MFCMAPI: On...
on
2 Apr 2013
Blog Post:
March 2013 Release of MFCMAPI and MrMAPI
Stephen Griffin - MSFT
The March 2013 Release (build 15.0.0.1038) is live: http://mfcmapi.codeplex.com . A few smaller changes this round: I’ve upgraded the project to support Visual Studio 2012. I also fixed a bug in the new PST parsing, and inserted a new dialog into the “Open from GAL” path to give the user the opportunity...
on
27 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...
on
28 Feb 2013
Blog Post:
January 2013 Release of MFCMAPI and MrMAPI
Stephen Griffin - MSFT
The January 2013 Release (build 15.0.0.1037) is live: http://mfcmapi.codeplex.com . We’ve been working a few issues lately related to the size of a OST versus the size of a mailbox. I’ve added some features to MrMAPI to aid in these sorts of issues. First is the –Size switch, which calculates the size...
on
28 Jan 2013
Blog Post:
October 2012 Release of MFCMAPI and MrMAPI
Stephen Griffin - MSFT
The (very late) October 2012 Release (build 15.0.0.1036) is live: http://mfcmapi.codeplex.com . As part of my work to get MFCMAPI and MrMAPI working well in side-by-side scenarios where both Outlook 2013 and an earlier version of Outlook are installed, I’ve added a –version switch to MrMAPI. This will...
on
7 Nov 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...
on
10 Sep 2012
Blog Post:
August 2012 Release of MFCMAPI and MrMAPI
Stephen Griffin - MSFT
The August 2012 Release (build 15.0.0.1035) is live: http://mfcmapi.codeplex.com . In honor of the Outlook 2013 Preview , this month I’ve decided to turn MFCMAPI blue. Along the way, I was able to fix a number of nagging flicker issues, as well as fix the system button placement on XP systems. However...
on
21 Aug 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...
on
22 Jun 2012
Blog Post:
June 2012 Release of MFCMAPI and MrMAPI
Stephen Griffin - MSFT
The June 2012 Release (build 15.0.0.1034) is live: http://mfcmapi.codeplex.com . This month we ship some pretty cool additions to MrMAPI: the –store flag gets a turbo boost, allowing you to open a store by Entry ID, which helps some of the automated diagnostics out there that use MrMAPI for...
on
19 Jun 2012
Blog Post:
April 2012 Release of MFCMAPI and MrMAPI
Stephen Griffin - MSFT
The April 2012 Release (build 15.0.0.1033) is live: http://mfcmapi.codeplex.com . I ship a new build of MFCMAPI every two months. That’s a personal goal I keep to help motivate me. Somehow I got it in my head that I was due to release a new build of MFCMAPI here in April. So I worked extra hard to track...
on
23 Apr 2012
Blog Post:
Cached Mode Quotas
Stephen Griffin - MSFT
If you’ve ever tried to use MFCMAPI to troubleshoot Exchange server mailbox quotas, you’re probably familiar with the properties PR_STORAGE_QUOTA_LIMIT , PR_PROHIBIT_SEND_QUOTA , and PR_PROHIBIT_RECEIVE_QUOTA . These properties live on the message store object and tell you what your various quotas are...
on
17 Apr 2012
Blog Post:
Simplified MAPI Stub Library
Stephen Griffin - MSFT
A while back I mentioned our MAPI Stub Library . This is a couple of .cpp files you can drop in to your project instead of linking to mapi32.lib, Alternatively, you can build your own version of mapi32.lib. You can read more about the whys and wherefores on the codeplex site or in the MSDN article on...
on
16 Apr 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...
on
7 Mar 2012
Blog Post:
PST Search Folders Not Completing
Stephen Griffin - MSFT
This was an interesting scenario one of our customers came up with. They process a lot PSTs. As part of this processing, they create search folders and wait for them to complete building. They found that for many PSTs, they would never get a notification that the search folder had finished building....
on
16 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...
on
23 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...
on
13 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...
on
6 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...
on
29 Nov 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...
on
14 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...
on
22 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...
on
8 Jul 2011
Blog Post:
MFCMAPI: Documentation By Committee
Stephen Griffin - MSFT
I’ve noticed over the years that a number of articles have been written documenting how to use MFCMAPI to troubleshoot various issues. I thought it would be a good idea to put together a list of these articles in one central location. So after much searching with the Bing and with the Google, I’ve put...
on
13 Jun 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...
on
10 Jun 2011
Blog Post:
Fun With the MAPI Spooler
Stephen Griffin - MSFT
Here’s a fun trick. On a machine where you have the Exchange MAPI Download installed, create a file named “Program” in the root of the system drive. Then start MFCMAPI and open a profile with an Exchange mailbox in it. You’ll get this nice error: “The MAPI Spooler could not be started. Close and then...
on
31 May 2011
Blog Post:
May 2011 Release of MFCMAPI and MrMAPI
Stephen Griffin - MSFT
The May 2011 Release (build 6.0.0.1026) is live: http://mfcmapi.codeplex.com . This round, the focus was on a new MAPI stub library and Fuzz testing. The new MAPI Stub Library is the product of months of hard work on the part of a few talented developers and testers in the Outlook organization. I did...
on
24 May 2011
Page 1 of 5 (101 items)
1
2
3
4
5