Hi Guys,
I am developing a mail app for outlook 2013 with exchange 2013. I saw some of the sample codes from Microsoft. I want to make a synchronous call from js file. Microsoft providing async calls but not sync. the example code is
mailbox.makeEwsRequestAsync(request, callback);
function callback(asyncResult)
{
var response = asyncResult.value;
varcontext = asyncResult.context;
}
Above show how to make a async call via EWS, But, I need a sync call via EWS.
If anybody knows, please let me know how to do that.
Thanks in advance,
Regards,
Ravi Nalla
Hewlett-Packard
ravinalla