G Guest Feb 7, 2007 #1 Hi, How to Create a Outlook Search Folder Programatically. Thanks and Regards Elanchezhian.R
M Michael Bauer [MVP - Outlook] Feb 7, 2007 #2 You can call Application.AdvancedSearch and store the resulting Search object. -- Viele Gruesse / Best regards Michael Bauer - MVP Outlook Keep your Outlook categories organized! http://www.shareit.com/product.html?productid=300120654&languageid=1 (German: http://www.VBOffice.net/product.html?pub=6) Am Tue, 6 Feb 2007 16:47:00 -0800 schrieb Elanchezhian.R:
You can call Application.AdvancedSearch and store the resulting Search object. -- Viele Gruesse / Best regards Michael Bauer - MVP Outlook Keep your Outlook categories organized! http://www.shareit.com/product.html?productid=300120654&languageid=1 (German: http://www.VBOffice.net/product.html?pub=6) Am Tue, 6 Feb 2007 16:47:00 -0800 schrieb Elanchezhian.R:
D Dmitry Streblechenko Feb 7, 2007 #3 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
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