Public Task Folder (Item.Save)

J

Joel

I use a Item.Save in my script. Everything works great. One problem
though, what if the user opening up a task does not have Permissions set to
save? When this happens, it creates an error in the scipt for that person.
Any ideas of how to solve this?

Thanks - Joel
 
S

Sue Mosher [MVP-Outlook]

Add an On Error Resume Next statement and handle the error with a message to
the user if you like.
 
Top