Group:  Microsoft Outlook ยป microsoft.public.outlook.program_addins
Thread: Updating appointment recipient's response status

Geek News

Updating appointment recipient's response status
Jaz 12/4/2008 12:13:01 PM
Hi all,

I am developing an Outlook 2007 addin using VS 2008, VSTO 3.0, and c#

In that i want to modify appointment recipients's meeting status
programmatically. I can read it from the property
'appointmentitem.Recipients[1].MeetingResponseStatus'. But it is a read only
property. Is there any way to update thisproperty. Manually it is possible to
update (set accepted,Declined etc) this property through 'Tracking' tab of
the appointment form ribbon

Since it is possible to edit the response manually i think it can be done
programmatically alos?
Any Help??

Thanking you in advance
Jaz
Re: Updating appointment recipient's response status
"Dmitry Streblechenko" <dmitry[ at ]dimastr.com> 12/5/2008 4:44:32 PM
Not using the Outlook Object Model or CDO 1.21
Extended MAPI or <plug> Redemption </plug> only.

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"Jaz" <Jaz[ at ]discussions.microsoft.com> wrote in message
news:0A0BBB7D-4972-40C3-ADFE-3BEC7A22596D[ at ]microsoft.com...
[Quoted Text]
> Hi all,
>
> I am developing an Outlook 2007 addin using VS 2008, VSTO 3.0, and c#
>
> In that i want to modify appointment recipients's meeting status
> programmatically. I can read it from the property
> 'appointmentitem.Recipients[1].MeetingResponseStatus'. But it is a read
> only
> property. Is there any way to update thisproperty. Manually it is possible
> to
> update (set accepted,Declined etc) this property through 'Tracking' tab of
> the appointment form ribbon
>
> Since it is possible to edit the response manually i think it can be done
> programmatically alos?
> Any Help??
>
> Thanking you in advance
> Jaz


Re: Updating appointment recipient's response status
Jaz 12/8/2008 7:12:01 AM
Thanks for the reply,

What you mean by Extended MAPI??

Is it possible to do using the microsoft outlook schema (Using property
accessor)????


Thanks
Jaz





"Dmitry Streblechenko" wrote:

[Quoted Text]
> Not using the Outlook Object Model or CDO 1.21
> Extended MAPI or <plug> Redemption </plug> only.
>
> --
> Dmitry Streblechenko (MVP)
> http://www.dimastr.com/
> OutlookSpy - Outlook, CDO
> and MAPI Developer Tool
> -

Re: Updating appointment recipient's response status
"Dmitry Streblechenko" <dmitry[ at ]dimastr.com> 12/8/2008 5:06:27 PM
No, the property is not set on the message itself, but rather in the
recipient table, which neither Outlook Object Model (even in OUtlook 2007)
not CDO 1.21 expose.
You can see teh property in OutlookSpy - select an appoitment, click
IMessage button on the OutlookSpy toolbar, go to the GetRecipientTable tab.

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"Jaz" <Jaz[ at ]discussions.microsoft.com> wrote in message
news:E8A3B8F9-FF83-46DB-8522-A64DB4574028[ at ]microsoft.com...
[Quoted Text]
> Thanks for the reply,
>
> What you mean by Extended MAPI??
>
> Is it possible to do using the microsoft outlook schema (Using property
> accessor)????
>
>
> Thanks
> Jaz
>
>
>
>
>
> "Dmitry Streblechenko" wrote:
>
>> Not using the Outlook Object Model or CDO 1.21
>> Extended MAPI or <plug> Redemption </plug> only.
>>
>> --
>> Dmitry Streblechenko (MVP)
>> http://www.dimastr.com/
>> OutlookSpy - Outlook, CDO
>> and MAPI Developer Tool
>> -
>


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