NH
3 years agoRegular Visitor
Outlook fail testcomplete: Server execution failed, ClassID: {0006F03A-0000-0000-C000-000000000046}
Hello,
I am trying to read outlook emails in testcomplete but I am getting this error when running my script:
Server execution failed, ClassID: {0006F03A-0000-0000-C000-000000000046}
This is the function I am running and getting the above error with the first line:
let Outlook = Sys.OleObject("Outlook.Application");
let mapi = Outlook.GetNamespace("MAPI");
Log.Message("openOutlook");
I tried closing outlook before running the script and running testcomplete as admin, but neither has worked.
Is there a solution for this error, or is there another method to reading outlook emails in testcomplete?