How to find rules

V

Varun

If i create a rule for outlook like move all incomming mail to any other
folder besides Inbox then how can i find this rule through programming
 
M

Michael Bauer [MVP - Outlook]

Application.Session.DefaultStore.GetRules returns the collection of rules of
your default store. If you know the name of the rule, call Rules("a name")
to get the Rule object.

BTW: Please visit microsoft.public.outlook.program_vba for programming
issues.

--
Best regards
Michael Bauer - MVP Outlook

: Outlook Categories? Category Manager Is Your Tool
: VBOffice Reporter for Data Analysis & Reporting
: <http://www.vboffice.net/product.html?pub=6&lang=en>


Am Sat, 15 Nov 2008 12:49:57 +0530 schrieb Varun:
 

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