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.
"Ryan Parlee" <parleer@nospam.nospam> wrote in message
news:ut2ORTiZIHA.4284@TK2MSFTNGP03.phx.gbl...
> 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
>
>