Creating Outlook Search Folder Programatically.

G

Guest

Hi,

How to Create a Outlook Search Folder Programatically.

Thanks and Regards
Elanchezhian.R
 
D

Dmitry Streblechenko

Call Application.AdvancedSearch(...) (returns Search object), then call
Search.Save(...) - that will create a search folder and return the search
folder as the MAPIFolder object.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 

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