Error code returned when users say No to security prompt

  • Thread starter Thread starter Long Nguyen
  • Start date Start date
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
 
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
 
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
 
Back
Top