Turn off filter in Outlook 2002 with Visual Basic

  • Thread starter Thread starter Ryan Costello
  • Start date Start date
R

Ryan Costello

Using visual basic automation I want to clear any applied filters to
my inbox. Basically I want to do the programming equivilent of
selecting

View->Current View->Customize Current View->Filter->Clear All

Thanks for any help with this,

Ryan
 
If you have Outlook 2002 SP2 or SP3, you can modify the XML representation
of the view (the View.XML property) to remove the <filter></filter> element.

FYI, there is a newsgroup specifically for general Outlook programming
issues "down the hall" at microsoft.public.outlook.program_vba
 
Back
Top