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
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