Group:  Microsoft Outlook ยป microsoft.public.outlook.program_addins
Thread: Redemption get_Fields()

Geek News

Redemption get_Fields()
Drew <andrewestacy[ at ]gmail.com> 4/17/2007 10:30:00 PM
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.

Re: Redemption get_Fields()
"Dmitry Streblechenko" <dmitry[ at ]dimastr.com> 4/17/2007 11:38:13 PM
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

"Drew" <andrewestacy[ at ]gmail.com> wrote in message
news:1176849000.831507.246860[ at ]b58g2000hsg.googlegroups.com...
[Quoted Text]
> 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.
>


Home | Search | Terms | Imprint Contact
Newsgroups Reader - provided by WiredBox.Net