How do I create messages in a mailbox which is not the default from MS Access

  • Thread starter Thread starter Grant
  • Start date Start date
G

Grant

Hi all

Apologies if this has been asked before, I have looked and can see no
reference in the group.

I want to send details of a booking in MS Access to a shared calendar, but
can only send it to my own.

Any help will be appreciated

Lia
 
Thanks a lot Sue. This did the trick for me


Sue Mosher said:
To create an item on another user's calendar, use the
Namespace.GetSharedDefaultFOlder method to return the calendar as a
MAPIFolder object, then use the MAPIFolder.Items.Add method to add the item.
See http://www.outlookcode.com/codedetail.aspx?id=43 for sample code.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top