Happy New Year
I'm having an issue with my Outlook 2003, a VB 6 program written some years ago seems causing an issue after closing Outlook.
I'm logging time data into Appointment folder so after opening App folder and then closing it it seems to work but I canät manually add any data.
This is the code opening Appointment folder and then it is closed by normal Archive/close
Public Sub Appointment()
Set myNameSpace = Application.Get Namespace("MAPI ")
Set myFolder = myNameSpace.Get DefaultFolder(9 )
Set Myexplorer = myFolder.GetExp lorer
Myexplorer.Disp lay
End Sub
Any support is appreciated.
Lars
I'm having an issue with my Outlook 2003, a VB 6 program written some years ago seems causing an issue after closing Outlook.
I'm logging time data into Appointment folder so after opening App folder and then closing it it seems to work but I canät manually add any data.
This is the code opening Appointment folder and then it is closed by normal Archive/close
Public Sub Appointment()
Set myNameSpace = Application.Get Namespace("MAPI ")
Set myFolder = myNameSpace.Get DefaultFolder(9 )
Set Myexplorer = myFolder.GetExp lorer
Myexplorer.Disp lay
End Sub
Any support is appreciated.
Lars
Comment