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

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

Bingo

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

Bingo

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.

.
 
S

Sue Mosher [MVP-Outlook]

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
 

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