Enabling prompt dialogs

  • Thread starter Thread starter Sue Mosher [MVP-Outlook]
  • Start date Start date
S

Sue Mosher [MVP-Outlook]

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

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


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.
 
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!

--

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

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


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.
 
Back
Top