Java, Jacob and Microsoft Outlook events: Receiving “Can't find event iid” Error
问题 I am writing a Java program that interacts with Microsoft Outlook using the Jacob library (bridges COM and Java). This program creates a new MailItem, displaying its Inspector window to the user. I wish to subscribe to the inspector's Close event to know when the user is finished editing their mail item. To subscribe to the event, I followed the instructions in Jacob's documentation (about 2 ⁄ 3 down the page): The current [event] model is conceptually similar to the Visual Basic WithEvents