mapisendmail

How do i set up an application on windows to respond to MAPISendMail calls?

The MAPISendMail function is available on windows so that an application can request that an email be sent. Windows will route the request to whichever email client is configured as the default provider. How do I write an application so that it will act as an email client for the purpose of receiving the MAPISendMail emails? Can anyone ...

C++ SimpleMAPI SendMail always fails?

Hello I am trying to use SimpleMAPI to display a 'write message' dialogue with an attachment on Vista SP1 with either Windows Mail or Thunderbird in a C++ app (Borland C++ Builder 2006). I should be able to use MAPISendMail to do this. I don't fill in a recipient address as I expect the user to do that when the mail client displays a ...

MAPISendMail doesn't work when Outlook is running.

I've been using Mapi32 from a Winforms app to send bring up a new mail message with attachments for a while now, and it's worked really well. (Yes, I'm aware that calling into MAPI32 from C# is not supported.) Within the last few days, it has stopped working when Outlook is running. However, if Outlook is not running, it will work as ex...