View Single Post
  #2  
Old March 30th 06, 03:20 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Error code returned when users say No to security prompt

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
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Long Nguyen" wrote in message ...
(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


Ads