[1/9] mapi32: Add stub of Extended MAPI wrapper for MAPISendMail

Owen Rudge orudge at codeweavers.com
Wed Sep 30 12:12:11 CDT 2009


These patches add support in the MAPISendMail function for Extended MAPI 
providers. This function is used by programs such as MS Word, Excel, 
etc, for their "send via e-mail" options.

However, some e-mail clients (mainly MS Outlook) provide only an 
Extended MAPI interface, and not Simple MAPI. This means that the send 
mail option would fail to work with Outlook. The Windows mapi32.dll 
presumably contains a wrapper function to compose a message via the 
Extended MAPI APIs. This set of patches does the same for Wine, meaning 
the "send via e-mail" options in MS Office should work if Outlook is 
being used as the mail client.

---
  dlls/mapi32/sendmail.c |   18 ++++++++++++++++--
  1 files changed, 16 insertions(+), 2 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fb1e42604f9104066dde0b112adf4ace20978ba1.diff
Type: text/x-patch
Size: 1319 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20090930/562822c0/attachment.bin>


More information about the wine-patches mailing list