![]() |
How re referance a non defualt outlook 2007 calendar
I am working with office 2007
I have some code in Access 2007 that allows me to enter and appointment into the default outlook 2007 calendar. I would like to have appointments sent to a non default calendar. My problem is how to reference a non default calendar in out4ook 2007 |
How re referance a non defualt outlook 2007 calendar
Where does that folder live?
-- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "Gary." wrote in message ... I am working with office 2007 I have some code in Access 2007 that allows me to enter and appointment into the default outlook 2007 calendar. I would like to have appointments sent to a non default calendar. My problem is how to reference a non default calendar in out4ook 2007 |
How re referance a non defualt outlook 2007 calendar
"Dmitry Streblechenko" wrote in news:utF9HvvkKHA.6096
@TK2MSFTNGP02.phx.gbl: Where does that folder live? Calendar/Test(PersonalFolders) |
How re referance a non defualt outlook 2007 calendar
Set CalendarFolder = Application.Session.GetDefaultFolder(olFolderCalen dar)
set SubFolder = CalendarFolder.Folders("Test(PersonalFolders)") -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "Gary." wrote in message ... "Dmitry Streblechenko" wrote in news:utF9HvvkKHA.6096 @TK2MSFTNGP02.phx.gbl: Where does that folder live? Calendar/Test(PersonalFolders) |
All times are GMT +1. The time now is 03:43 PM. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com