Does folder exist

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it possible to check whether a public folder exists using form script without having to do error trapping? I have tried setting a reference & checking if it is nothing, but the script fails when the reference is made. Any help appreciated

Jess
 
What's wrong with error trapping? Show your code, please.
--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
 
Hi Sue,

Due to a lack of time I am using error trapping anyway, I just wondered if there was a way of looking for a folder without it throwing an error if it wasn't found.... just to make the code look a bit nicer :)

Jess
 
Back
Top