Here is a quick program example from the Mastering VBA for Office 2013 Manual that runs through the folder structure and displays the folder names:
Sub List_All_NameSpace_Folders()
Dim my NS as NameSpace
Dim myFolder as MAPIFolder
Dim mySubfolder as MAPIFolder
Dim strFolderList As String...
It's the Microsoft Outlook x Object Library that causes a problem. I add it, but when one of the users opens the Access database and does not have that version of Outlook, it flags the reference as missing or broken, then it doesn't work for anyone after that.
I'm not sure what the value would...
Now having a problem with missing reference MSOUTL.OLB. I know this has to do with a user that must have a different version of Outlook. I've tried late binding, but when I remove the reference and try the late binding, I can't use the code
Set newCalFolder =...
Hi, I trying to create a new calendar appointment in Outlook using data I have from an Access database. I can get the data into Outlook fine, but I need it to go to a one of many shared calendar files that are not a part of the folder structure of the Outlook file I am logged into. The...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.