If you just need to select one folder then the Outlook Object Model already
has one. Look at :-
Application.GetNamespace("MAPI").PickFolder
--
Alan Moseley IT Consultancy
http://www.amitc.co.uk
If I have solved your problem, please click Yes below. Thanks.
"Michael Tissington" wrote:
Does any one know of a C++ example of a Folder Pick list, in other words a
dialog with a list of all the folders and a check box next to them that I
can click on to select them ?