Click here to Skip to main content
15,914,820 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all ,


Anybody know how to send an email with attacment using Microsoft outlook in MFC ... pls guide me


thank you
Posted

You may used ShellExecute() method for opening the exe of Microsoft Outlook
This Forum of discussion may help you
sending mail from VC++/MFC application using ShellExecute() function......... [/--\]
______________________________________________________________________

And second thing is This Code project article may help
Programmatically adding attachments to emails[^]
If it not working please send code block where you do all this activities.
 
Share this answer
 
Hi,

you should have a look at MAPI. Here are some links that will give you all the information needed:
http://mfcmapi.codeplex.com/[^]
Another simple MAPI class[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900