2
votes
4answers
351 views
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 …
1
vote
2answers
84 views
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 …
0
votes
3answers
543 views
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 …
