Redemption get_Fields()

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.
 
D

Dmitry Streblechenko

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top