Tagged Questions
1
vote
1answer
567 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 ...