M
Mariano Rivera
Hello everyone:
I am having a problem with a VSTO 2005 SE outlook addin I am developing for
Office 2003.
Basically whenever I save a new appointment and then open it up and click on
the Save and Close button (withouth changing anything), Outlook displays a
confirmation dialog saying that the appointment has changed and if I want to
send an update.
I narrowed the problem to what looks to be an issue when hooking the
Outlook.Application.Reminder event. If I remove the hook to this event then
outlook behaves correctly which is really weird. Also if I restart Outlook it
will allow me to save the appointment withouth asking me for the "send
update" confirmation dialog.
Steps to reproduce the problem:
* Create a new VSTO 2005 SE Outlook addin.
* On ThisAddIn_Startup() method add a handler to Application.Reminder event.
* Press F5 to launch Outlook and the addin.
* Go to the calendar.
* Create a new appointment.
* Change the title, subject and add an invitee.
* Click on Send button in the toolbar.
* Reopen the newly create appointment double clicking on it.
* Press on the Save And Close button.
Outlook will then display a confirmation dialog with the following message:
"You have changed the meeting "title". Would you like to send this updated
meeting to the attendees now?"
If I comment the Application.Reminder line in the addin and recreate all the
previous steps the confirmation dialog isnt displayed and the appointment
just closed.
Any clues of what might be going on here ?
Thanks in advance,
Mariano
I am having a problem with a VSTO 2005 SE outlook addin I am developing for
Office 2003.
Basically whenever I save a new appointment and then open it up and click on
the Save and Close button (withouth changing anything), Outlook displays a
confirmation dialog saying that the appointment has changed and if I want to
send an update.
I narrowed the problem to what looks to be an issue when hooking the
Outlook.Application.Reminder event. If I remove the hook to this event then
outlook behaves correctly which is really weird. Also if I restart Outlook it
will allow me to save the appointment withouth asking me for the "send
update" confirmation dialog.
Steps to reproduce the problem:
* Create a new VSTO 2005 SE Outlook addin.
* On ThisAddIn_Startup() method add a handler to Application.Reminder event.
* Press F5 to launch Outlook and the addin.
* Go to the calendar.
* Create a new appointment.
* Change the title, subject and add an invitee.
* Click on Send button in the toolbar.
* Reopen the newly create appointment double clicking on it.
* Press on the Save And Close button.
Outlook will then display a confirmation dialog with the following message:
"You have changed the meeting "title". Would you like to send this updated
meeting to the attendees now?"
If I comment the Application.Reminder line in the addin and recreate all the
previous steps the confirmation dialog isnt displayed and the appointment
just closed.
Any clues of what might be going on here ?
Thanks in advance,
Mariano