How can I open a .msg outlook file using code within Access 97.
I know that
Set MyItem = spObj.CreateItem(olMailItem)
MyItem.Display
Opens a new mail, but I don't know what opens an existing one that is store in a directory somewhere.
Anyone help?
I know that
Set MyItem = spObj.CreateItem(olMailItem)
MyItem.Display
Opens a new mail, but I don't know what opens an existing one that is store in a directory somewhere.
Anyone help?