Calling the Outlook Address Book from InfoPath

O

Olav

Hello there,

Is there anyone who did find a nice way to implement this?

I tried this script:
http://blogs.msdn.com/timpash/archive/2005/10/31/Invoke-GAL-From-InfoPath.aspx

But that doesn't work on all machies, can't figure out why: On some stations
it stops working at this line:

function XDocument::OnLoad(eventObj) {
oSession = new ActiveXObject("MAPI.Session");
}


I know its possible in the 2007 release but hey, it's not out yet... ;)
Anyway, anyone with a different sollution?

thanks.
 
Top