Create appointment in another user's calander through VBA

C

Chet

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
 
D

Dmitry Streblechenko \(MVP\)

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top