Using MAPI and Outlook to send email attachments? 
Author Message
 Using MAPI and Outlook to send email attachments?

I know questions similiar to this have been asked before, but I am trying to
send email attachments through Visual Basic and I have to use Microsoft
Outlook to do it.  I am able to get Outlook to start and send, but how can I
connect attachements to the email?

Any help you can give would be appreciated.

Thank you in advance.

Paul Lindsay



Tue, 18 Sep 2001 03:00:00 GMT  
 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) ****



Fri, 21 Sep 2001 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. sending email attachments with the MAPI control

2. eMail-Attachments using MAPI-Control

3. Pointers using Outlook/Outlook Express Rules - Sending back tailored emails

4. VB5 MAPI trying to send an Email with Outlook

5. Sending attachment using MAPI

6. Sending e-mail without attachment using MAPI controls

7. Sending Attachments using MAPI

8. Using Visual Basic to create and send email using Outlook

9. using ShellExecute to send email attachments

10. How to save email attachment using Outlook

11. How to automate Outlook with email attachment from ASP Clinet using vb SCRIPT

12. How to automate Outlook with email attachment from ASP Clinet using vb SCRIPT

 

 
Powered by phpBB® Forum Software