IE Security Settings denying access to Outlook session

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.
 
D

dlw

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