How to open an Outlook 98 .MSG file? 
Author Message
 How to open an Outlook 98 .MSG file?

This works for me...

set shell = createobject("wscript.shell")
shell.run "C:\WINDOWS\Desktop\temp.msg"

--
Michael Harris


  Hello,
  I have an application in which I send VBScript commands to
  Outlook 98 via OLE.

  I want to tell Outlook to display a .MSG file - in the same way as if
  the user had double-clicked on the filename in Windows Explorer. I
  can't see how to do this.

  I can open the file with Outlook's CreateItemFromTemplate method but
  that doesn't display the file in the same way (it creates a new
  e-mail).

  This must be something that's very easy to do but I really can't see
  how.

  Any ideas?

  Thanks
  Nick



Wed, 22 May 2002 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Opening .msg files in Outlook via COM

2. open a message file *.msg in outlook 2000 using vba

3. HOW TO in VB :Outlook MSG DROP in Explorer creates a MSG File

4. Outlook 98 will not open Encrypted email

5. Problems sending attached file with outlook 98

6. print tif-file (Outlook 98)

7. Please Help with file .msg (Outlook file)

8. How do I open a msg file programatically in vba as a SENT file

9. References dropping out between Outlook 2000 and Outlook 98

10. Outlook 98 - Outlook Bar

11. Outlook 98 vs Outlook 2000

12. Show open files on NT from 95/98 machine

 

 
Powered by phpBB® Forum Software