Display Email Client

randywheeler

New member
Joined
Oct 24, 2008
Messages
1
Programming Experience
Beginner
I have a VB.Net program that uses MAPI to attach files to an email and then display the user's mail client so that they can choose recipients and enter any body text they want before sending. Can I do this using System.Net.Mail as well? I have done a number of searches, but all I am finding is how to send mail that assumes the recipients are known. In my program's case, the recipients need to be specified by the user.
 
Back
Top