Outlook 2000: cannot open msg File

M

Maintec

Hello,

I have got a problem with msg-Files and Outlook 2000 (Sp3).
I cannot open a msg-file by doubleclicking on it.
Error Message: outlook.exe has caused an error and will be closed.
(Translation form German: Outlook.exe hat Fehler verursacht und wird
geschlossen)

I can open an oft-file (even after renaming test.msg into test.oft)
I can use VBA to create a new message from the test.msg (or test.oft)

Sub test()
Application.CreateItemFromTemplate("c:\test.msg",
ActiveExplorer.CurrentFolder).Display
End Sub

I hope you can help me as I really need a solution.

br
Rainer
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top