简体   繁体   中英

C# code for Outlook Folder Dialog box with check boxes to select contact folders

IC# I need a dialog box that will allow a user to select certain folders. Ideally I would like a dialog box that will show only the contact folders and allow the user to select a certain subset of them.

See MSDN :

Outlook.Folder folder = Application.Session.PickFolder();

You also could get all folder recursively and build your own form to pick subset (and use any filtration you want and add ability to add new one).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM