G
Greg Smith
I use the following code in a form of mine:
Set objSession = Application.CreateObject("MAPI.session")
If works on 99.9% of the machines out in my site.
But on a few, it gives an internal application error.
What I am trying to do is access the GAL via a command
button. The machines that are having issues are running
Windows NT or 2000 with Outlook 2k or Outlook 2k w/sp1.
But the thing is, it's not consistant with OS or Office
version. I cannot reproduce it. And ideas on what to look
for??
Set objSession = Application.CreateObject("MAPI.session")
If works on 99.9% of the machines out in my site.
But on a few, it gives an internal application error.
What I am trying to do is access the GAL via a command
button. The machines that are having issues are running
Windows NT or 2000 with Outlook 2k or Outlook 2k w/sp1.
But the thing is, it's not consistant with OS or Office
version. I cannot reproduce it. And ideas on what to look
for??