View Single Post
  #2  
Old February 4th 08, 02:15 PM posted to microsoft.public.outlook.program_addins,microsoft.public.outlook.interop
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default olAppointmentItem.Organizer when created by publisher on shared calendar

It's by design. The Outlook object model doesn't expose who last modified a
calendar item. If you are using an alternate API such as CDO 1.21 or
Extended MAPI or Redemption (www.dimastr.com/redemption) you can use the
PR_LAST_MODIFIER_NAME property (0x3FFA001E) to get who last modified the
item.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"Ryan Parlee" wrote in message
...
Hello Outlook Developers,

When a user in our office creates an AppointmentItem on a shared calendar
with the "publishing author" privilege for that calendar the Organizer
attribute is set to the owner of the mailbox rather than the user that
created the item.

1. Is this by design?

2. Is there a way to find out who actually created the item?

Thanks,
Ryan



Ads