Creating Outlook Search Folder Programatically.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

How to Create a Outlook Search Folder Programatically.

Thanks and Regards
Elanchezhian.R
 
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
 
Back
Top