Appointments in NON-DEFAULT calendar

  • Thread starter Thread starter Ciao
  • Start date Start date
C

Ciao

HI everybody!
Can anybody help me with this problem?
I have to add appointments in my outlook calendar from access, but I don't
want to use the default calendar, but another one I created.

Please help me

Steen
 
To create a new item, use the Add method on the target folder's Items
collection. You can use the code at
http://www.outlookcode.com/d/code/getfolder.htm to walk the folder hierarchy
and return the MAPIFolder corresponding to a given path string.

FYI, there is a newsgroup specifically for general Outlook programming
issues "down the hall" at microsoft.public.outlook.program_vba
 
I will try, thanks a lot for you help




Sue Mosher said:
To create a new item, use the Add method on the target folder's Items
collection. You can use the code at
http://www.outlookcode.com/d/code/getfolder.htm to walk the folder hierarchy
and return the MAPIFolder corresponding to a given path string.

FYI, there is a newsgroup specifically for general Outlook programming
issues "down the hall" at microsoft.public.outlook.program_vba

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