
Using MAPI and Outlook to send email attachments?
Why not use the MAPI controls instead? You'll get the same result, but with
less reliance on the presence of Outlook (any MAPI-compliant mail program
will work). Plus, attachments are easy to code:
mpmMessage.AttachmentPathName = "C:\Letter.doc"
**** Posted from RemarQ - http://www.remarq.com - Discussions Start Here (tm) ****