H
Ho-Yan Shum
I am experiencing a strange issue with recurring appointments. When you
create a recurring appointment, save it and close it.
Then open up the second occurence, close it and then re open it again (and
from now on each time you open the second or later occurences twice) you will
receive the following error:
"Cannot read one instance of this recurring appointment. Close any open
appointments and try again, or recreate the appointment."
This is cause by a line in the NewInpector event handler:
private void ThisApplication_Startup(object sender, System.EventArgs e)
void Inspectors_NewInspector(Microsoft.Office.Interop.Outlook.Inspector
Inspector)
{
Outlook.MailItem objMailItem = Inspector.CurrentItem as Outlook.MailItem;
}
create a recurring appointment, save it and close it.
Then open up the second occurence, close it and then re open it again (and
from now on each time you open the second or later occurences twice) you will
receive the following error:
"Cannot read one instance of this recurring appointment. Close any open
appointments and try again, or recreate the appointment."
This is cause by a line in the NewInpector event handler:
private void ThisApplication_Startup(object sender, System.EventArgs e)
void Inspectors_NewInspector(Microsoft.Office.Interop.Outlook.Inspector
Inspector)
{
Outlook.MailItem objMailItem = Inspector.CurrentItem as Outlook.MailItem;
}