Outlook message compose form

B

BVM

Hi,

I am new here. I want to control every item in message compose form, like when send button is clicked I want to do something more than just sending the email, or like I want to add my own button/dropdown list to the form. Is this possible? Or I have to write a compose form by myself?

Thanks,

Danny
 
S

Sue Mosher [MVP]

What's possible depends in large part on the Outlook version involved --
important information you should include in every post to an Outlook forum.

If you want to control what happens when the item is sent, subscribe to the
Application.ItemSend event.
 
Top