Outlook 2007

S

Sue Mosher [MVP-Outlook]

Return the Rules collection with the Namespace.GetRules method, then in a loop, call Rules.Remove until no rules remain. See http://www.outlookcode.com/codedetail.aspx?id=1711 for a VBA code sample.

BTW, the newsgroup for general Outlook programming questions is microsoft.public.outlook.program_vba. This group is for forms issues.
 
Top