I want to customize the mail moving functionality of outlook. So to do that I am creating a outlook plugin and when user want to move a mail, I will show a windows form via that add-in. In that windows form I want to display the current folder tree of outlook as in the following image (this image is from mail move functionality : mail --> right mouse click --> move -> to other folder).
Is there a way that I can get similar tree by extending already having outlook UI component
?
I am using outlook 2010.
Regards.