June 2008 Release of MFCMAPI

The June 2008 Release (build 6.0.0.1006) is live: https://www.codeplex.com/MFCMAPI

I've been digging through the protocol docs. This update represents my first pass harvesting the easy stuff, like property names and flag values. I definitely plan to get to the more complex stuff, like recurrence blobs. Some of the work done here was putting in plumbing to make that possible, like consolidating all of the property parsing code into one code path. I've also introduced Smart View, which replaces the Flag column, allowing MFCMAPI to parse more kinds of data automatically. Expect to see this feature expanded greatly as I work my way through the protocol documentation.

Here's the change list - see the Issue Tracker on Codeplex for more details, or look at the code:

  • Smart View: I removed the Flags column and replaced it with the Smart View column. This column applies intelligence to the data found in the property. For PT_LONG properties, this means flag parsing. For PT_BINARY properties, this means interpreting the data as a structure!
  • Every property name, guid, error code, flag listed in the protocol docs has been added to MFCMAPI. Lemme know if I missed anything.
  • Flag parsing for named props: I couldn't do this before, but I've added it as part of the Smart View feature.
  • Unicode PST paths
  • Fixed ultra wide dialogs: The minimum width has been capped at 1000 pixels.
  • Multiple names for named props: With the protocol docs, many named props now have two or more names documented. You'll see them all.

Enjoy.