Folder Pick List

  • Thread starter Michael Tissington
  • Start date
M

Michael Tissington

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 ?
 
A

Alan Moseley

If you just need to select one folder then the Outlook Object Model already
has one. Look at :-

Application.GetNamespace("MAPI").PickFolder
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top