How do you create an appointment in another user's
calander in VBA? I know how to create the appointment for
my calander in Outlook but I am tying to create the
appointment for another user from my computer. I can do
it manually by opening a shared calander but don't know
how to access the person's calander through code. Does
anyone know how to achieve this in VBA.
Thanks
Dmitry Streblechenko \(MVP\) - 31 May 2004 08:50 GMT
Use Namespace.GetSharedDefaultFolder to open other user's calendar folder
and add an appointment directly.
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
> How do you create an appointment in another user's
> calander in VBA? I know how to create the appointment for
[quoted text clipped - 5 lines]
>
> Thanks