Just to share some experince.
I found the reason for the partially lock on Outlook using my code. The full routine should be:
Public Sub Appointment()
Set myNameSpace = Application.Get Namespace("MAPI ")
Set myFolder = myNameSpace.Get DefaultFolder(9 )
Set Myexplorer = myFolder.GetExp lorer
Myexplorer.Disp lay
Set myNameSpace = Nothing
...
User Profile
Collapse
-
VB & Outlook
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()...
No activity results to display
Show More
Leave a comment: