How do I programmatically send email w/attachment to a known recipient using MAPI in C++? MAPISendM
- by Tim
This question is similar, but does not show how to add a recipient.
How do I do both?
We'd like the widest support possible for as many Windows platforms as possible (from XP and greater)
We're using visual studio 2008
Essentially we want to send an email with:
pre-filled destination address
file attachment
subject line
from our program…