Hi.
In a
VB.NET project I set a reference to Microsoft Outlook 11.0 Object Library. When the following command is executed
"Dim oApp As New Outlook.Application" I get a MessageBox (titled ConferenceSchedulePlugin) with the message "Error: 91 Object variable or With block variable not set".
Since I only plan on reading emails in the Inbox what can I do to get rid of this message? The program compiles but the MessageBox pops up when that statement is executed.
Thanks.
Rita