IE Security Settings denying access to Outlook session

  • Thread starter Thread starter Andy Haywood
  • Start date Start date
A

Andy Haywood

I have a problem where I can't logon to the users current Outlook
session through Internet Explorer 6. I've got the following test
script:


Dim email
Set email = CreateObject("MAPI.SESSION")
Call email.Logon("", "", False, False)
MsgBox email.CurrentUser


The script will work fine when saved as a .vbs and run but when it's
run from within the browser it fails. Does anyone know of any security
settings in IE that will deny access to the current email session.


Any help would be much appreciated!!


Thanks.
 
don't know if it will help, but if you have xp firewall, exclude program
outlook.exe
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top