Outlook 2007

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
Back
Top