View Single Post
  #2  
Old November 4th 08, 02:37 PM posted to microsoft.public.win32.programmer.messaging,microsoft.public.developer.outlook.addins,microsoft.public.outlook.program_addins
Alan Moseley
external usenet poster
 
Posts: 61
Default Folder Pick List

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 ?


Ads