Redemption get_Fields()

  • Thread starter Thread starter Drew
  • Start date Start date
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.
 
Prop tag is
{00062002-0000-0000-C000-000000000046}, 0x8218, PT_LONG

Or you can access it using RDOAppointmentItem.ResponseStatus property.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 
Back
Top