[1/6] [try 4] mapi32: Add stub functions for loading/unloading MAPI providers

Owen Rudge orudge at codeweavers.com
Wed Sep 2 10:07:48 CDT 2009


This set of patches implements proper support for third-party MAPI 
providers in mapi32.dll, along with full Simple MAPI pass-through support.

These patches mean that functions such as the "Send To Mail Recipient" 
option in MS Word should now work properly. I have tested this with MS 
Word 2003 paired up with both Thunderbird and Outlook Express 6. 
(Unfortunately, these patches won't provide support for Microsoft 
Outlook, as Outlook only exposes an Extended MAPI interface; patches 
will follow later to implement support for this.)

---
  dlls/mapi32/mapi32_main.c |    5 ++++-
  dlls/mapi32/util.c        |   26 ++++++++++++++++++++++++++
  dlls/mapi32/util.h        |   28 ++++++++++++++++++++++++++++
  3 files changed, 58 insertions(+), 1 deletions(-)
  create mode 100644 dlls/mapi32/util.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ae4b5cf4a7e6d59d91651b3979a5dcd0e80f2d1d.diff
Type: text/x-patch
Size: 3367 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20090902/14bf7b64/attachment.bin>


More information about the wine-patches mailing list