13 years ago
Outlook 2010 Contact Cards
Hi there, I'm having some issues identifying Contact Cards in Outlook 2010. It's the primary reason why I'm looking into Test Complete, as our current solution can't do anything about them, as...
Hi Ryan,
In fact, I haven't tested Outlook 2010 with TestComplete yet. However, I'd recommend that you try working with it via COM.
To connect to Outlook via COM, you can use the following code:
Obj = Sys.OleObject("Outlook.Application")
I hope, this information helps :)