Open msg with a stand alone vb.net program.

C

chensley

I have a vb.net program that needs to open a message file. I usually use the
shell to do this, but when I use Shell(progPath & docPath & docName,
AppWinStyle.NormalFocus), I get a new e-mail with the message as an
attachment. What I want is to view the mesage as I would if I double clicked
it. Any ideas?
 
Top