Enabling prompt dialogs

  • Thread starter Sue Mosher [MVP-Outlook]
  • 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.
 
D

DENNIS BROWN

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

DENNIS BROWN

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.
 

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