Create appointment in shared folder via VBA

  • Thread starter Thread starter Tom
  • Start date Start date
T

Tom

Does anybody know how to create an appointment in a
shared calander(ie. another users calander) through VBA?
I can do it manually but I would like to know how to do
it through code. I am using Exchange Server and Outlook
2003. Thanks.
 
Use the Namespace.GetSharedDefaultFolder method to return the other person's
folder, then use the MAPIFolder.Items.Add method to create an item directly
in that folder.
 

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

Back
Top