HighlanderSword Posted February 20, 2017 Posted February 20, 2017 Hello Water, Any ideas on how to access Favorites ? I need to back them up as I'm going to move to a new computer , and dont want to have to manually re-create them
Subz Posted February 21, 2017 Posted February 21, 2017 I believe in Pop the favorites are saved in %AppData%\Microsoft\Outlook\<Profile>.xml
HighlanderSword Posted February 21, 2017 Author Posted February 21, 2017 nope that's not the ticket found it by doing Dim favGroup As NavigationGroup Dim favFldrs As NavigationFolders Set favGroup = Application.ActiveExplorer.NavigationPane.Modules.GetNavigationModule(olModuleMail).NavigationGroups.GetDefaultNavigationGroup(olFavoriteFoldersGroup) Set favFldrs = favGroup.NavigationFolders For r = 1 To favFldrs.Count Debug.Print favFldrs.Item(r) & " ----" & favFldrs.Item(r).folder.FolderPath Next
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now