I am testing a legacy application with SilkTest Classic. There are places in the legacy app (like password reset) that open an email message via whatever default email program is installed. I need to test with Outlook 2016 and grab the text from the email message that pops up. However, I can't figure out how to get the text from the Outlook 2016 email message via SilkTest Classic. When I try to declare the email message window, all of the objects are CustomWin objects, and I can't use standard SilkTest methods on those objects.
Does anyone have any experience or suggestions for testing against Outlook 2016 with SilkTest?