How to programmatically enable/disable the actions on a custom form?

  • Thread starter Thread starter Bingo
  • Start date Start date
B

Bingo

I need to programmatically enable and disable the
actions, Reply, Reply to All, Forward, Reply to Folder,
on a custom form. I cannot find the properties.
Thanks.
 
I tried
Item.Actions("Reply to All").Enabled = False
but it gave an error. The same error happens for Reply
to Folder. What are the right names for these two
actions? Thanks.
 
sorry, never mind. I mis-spelled it. Thanks.


-----Original Message-----
I tried
Item.Actions("Reply to All").Enabled = False
but it gave an error. The same error happens for Reply
to Folder. What are the right names for these two
actions? Thanks.

.
 
What error? The right names are the ones you see on the (Actions) page.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top