HI,
with the following code I can add a folder to the favorites view:
Dim myOlApp As New Outlook.Application
Dim myNS As Outlook.NameSpace
Set myNS = myOlApp.GetNamespace("MAPI")
Set myAPF = myNS.Folders("Public Folders").Folders("All Public Folders")
myAPF.Folders("Shared Contacts").AddToPFFavorites
How can I list all the folders stored within that view at the moment?
Could you please send me a smal script?
Thanks
Archived from group: microsoft>public>office>developer>outlook>vba