Error code returned when users say No to security prompt

L

Long Nguyen

(Outlook 2002 sp2)
I am putting in vbscript code in my custom form to handle the case where
users said "No" to security prompt. The examples given in
www.outlookcode.com check for Err = 287, however I checked wity my form and
teh return code is -2147467260. Which one is correct? Where can I find more
information on the error code returned when No is clicked.

Thanks
 
S

Sue Mosher [MVP-Outlook]

Perhaps the best approach is not to worry about the specific error code. Just check Err<> 0

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
L

Long Nguyen

Thanks again Sue.

Regards
Long
Perhaps the best approach is not to worry about the specific error code.
Just check Err<> 0

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 

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