If I want to force prompt dialogs after a user selects "Do not show this again" checkbox, where would I do this with VBA? Can it be global, or do I have to do it for each section, such as the Reminder dialog when canceling reminders/ Journal dialog prompt/ etc.
Each prompt is managed by a registry value, which means that you can't do anything with it in VBA. Why? Because even if you change the registry, you can't force Outlook to read the changes.

Signature
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
If I want to force prompt dialogs after a user selects "Do not show this again" checkbox, where would I do this with VBA? Can it be global, or do I have to do it for each section, such as the Reminder dialog when canceling reminders/ Journal dialog prompt/ etc.

Signature
Thanks,
Dennis
DENNIS BROWN - 31 Mar 2007 17:33 GMT
Thanks!

Signature
Thanks,
Dennis
Each prompt is managed by a registry value, which means that you can't do anything with it in VBA. Why? Because even if you change the registry, you can't force Outlook to read the changes.
--
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
"DENNIS BROWN" <DennisTBrown@Comcast.net> wrote in message news:2ZidnVrxSdYYjJDbnZ2dnUVZ_h2pnZ2d@comcast.com...
If I want to force prompt dialogs after a user selects "Do not show this again" checkbox, where would I do this with VBA? Can it be global, or do I have to do it for each section, such as the Reminder dialog when canceling reminders/ Journal dialog prompt/ etc.
--
Thanks,
Dennis