No. Disabling an action one-offs the item. Instead, you might put code in
the CustomAction event handler to cancel execution of the action.
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
"Bruce" <(E-Mail Removed)> wrote in message
news:1E5E6520-F217-43FE-A0E3-(E-Mail Removed)...
> With VBScript in a custom form, how do I disable a action without
> disabling
> all events in read mode? Currently, if you attempt to enable or disable
> an
> action in a form, events do not fire in read mode on that form. The same
> problem happens if you try to hide the action using the OnShow property of
> the action.