Turn off filter in Outlook 2002 with Visual Basic

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
 
S

Sue Mosher [MVP-Outlook]

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
 

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