Click here to Skip to main content
15,882,163 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I would like to create an add-in for outlook That creates a button.
When button is pressed it should execute the following task:
1)When the user select an email and click on the button, the following actions should be performed:
o The email should be forwarded to an email address we will provide
o It should move the email in the folder created
o It should reply to the sender with the following standard email “Dear Sir or Madam, Thank you for your email.”

What I have tried:

I not tried any solution. As I have no idea how to create add ins for Outlook.
Posted
Updated 7-Nov-18 1:41am
Comments
Herman<T>.Instance 7-Nov-18 6:30am    
Is this homework?

1 solution

You may not need to even fire up VS for this; there is quite a bit of functionality available which may cover all of your needs by defining a Macro
Create a button for a macro - HowTo-Outlook[^]

Now if you need to distribute this, you could use Visual Studio to help refine and package it for others.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900