Hello, I have written an application with Win32::GUI which connects to Microsoft Outlook using Win32::OLE. It gets the mails from the inbox and displays them.
All works fine if Outlook is open, bevor my script connects to Outlook. But there is a problem, if Outlook is not open: The sub which retrieves the mails won't return until Outlook ist killed with the task manager because it freezes. This problem is only when Win32::OLE is used in connection with Win32::GUI. When I try the same without GUI all is fine. Has anyone an idea? Peter