deleting all messages in a folder

A

Ariel

after it runs through the entire function it appears to fail at the last line
of the function (which doesn't make much sense given the line:

Set objNS = Nothing
 
K

Ken Slovak - [MVP - Outlook]

That makes no sense at all. It would only make sense if it was in
Application_Quit, where all Outlook objects are out of scope already.
 
Top