Tagged Questions
The mapisendmail tag has no wiki summary.
2
votes
4answers
1k views
C++ SimpleMAPI SendMail always fails?
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 ...
1
vote
1answer
534 views
Delphi MapiSendMail Crashes on Windows 7 64-bit
I have windows 7 64-bit and my delphi sendmail crashes when trying to send an email for the second time or sometimes even just waiting for the first send mail to complete. Same application works with ...
1
vote
2answers
2k 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 ...
1
vote
2answers
216 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 ...