Add folder to favorite folders

  • Thread starter Thread starter Koen Verwimp
  • Start date Start date
K

Koen Verwimp

Hello,

Is there a way to add a folder to the "favorite folders" pane
programmatically?

thanx,
Koen
 
MAPIFolder.AddToFavorites(), or if you meant to add the folder to the public
folder favorites then MAPIFolder.AddToPFFavorites().
 
Hi Ken,

Thanks for replying.

I tried AddToFavorite, but without success. I want to add a shortcut in the
"Favorite Folders" pane.

Thanks,
Koen
 
Sorry, I misunderstood. That method adds the folder to the IE Favorites. The
object model doesn't expose any way to add a folder to the Favorites pane.
 
Thanx Ken!

Ken Slovak - said:
Sorry, I misunderstood. That method adds the folder to the IE Favorites. The
object model doesn't expose any way to add a folder to the Favorites pane.
 
Back
Top