D
Drew
Is anyone able to indicate the int PropTag value for an
AppointmentItem ResponseStatus? When I access the field on the
appointment via the OOM my addin prevents outlook from shutting down.
Other than accessing that property to read the value nothing is
changed. The addin shuts down if I comment that line.
I have also tried to call close on the item passing it
Outlook.OlInspectorClose.olDiscard.
Then I added a setting my object variable to null (c#)
It seems that the appointement has changes and wants saved or
discarded after only opening the appointment.
I figured I would try get_Fields.
Thank you.
AppointmentItem ResponseStatus? When I access the field on the
appointment via the OOM my addin prevents outlook from shutting down.
Other than accessing that property to read the value nothing is
changed. The addin shuts down if I comment that line.
I have also tried to call close on the item passing it
Outlook.OlInspectorClose.olDiscard.
Then I added a setting my object variable to null (c#)
It seems that the appointement has changes and wants saved or
discarded after only opening the appointment.
I figured I would try get_Fields.
Thank you.