Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

Is there a way to find out who made an appointment in Outlook?

We have about 6 people who could have and we need to find out who did it!

1 Answer

Relevance
  • Anonymous
    1 decade ago
    Favorite Answer

    Yes.

    It requires some VBA.

    Create a script that generates the message id then pull the :

    oAppointment := myNameSpace.GetItemFromID(EntryID);

    Will get you the ID then use:

    AppointmentItem.Organizer == Creator of the appointment

    In conclusion the:

    MAPI property PR_CREATOR_NAME is the actual owner.

Still have questions? Get your answers by asking now.