How to open Outlook Message Format (.msg) file

kelisalee

New member
Joined
Jul 12, 2007
Messages
3
Programming Experience
1-3
Hi,

How to open Outlook Message Format (.msg) file and send it using vb.net?



Best regards,
Lee
 
Office Automation

I guess the best way to do it is use the office automation (office PIA), create a new instance of Outlook application and use it's methods to do the task.
 
Back
Top