Chaste01
8 years agoOccasional Contributor
Windows10 operating system with Oulook2013
I'm having a problem on Windows10 operating system with Oulook2013. For your information, I'm also running the exact same code on our Win2012R2 server with Outlook2013 and no problem occurs, everything is working fine.
function isMessageReceived2010(accountName, senderEMail, eMailSubject)
{
var OutlookApplication = Sys.OleObject("Outlook.Application");
var NamespaceMAPI = OutlookApplication.GetNamespace("MAPI");
In execution, it stops (crashes) at : var OutlookApplication = Sys.OleObject("Outlook.Application");
Error: JScript runtime error
Could you please help us out and find a solution to this important problem ?
Regards
Stéphane