Module in VBA to add as a "Report Spam" button in outlook and send it to [email protected]
This module will send the current selected email in outlook as an attachment to [email protected] and will delete the email from your inbox. This can be added as a button in your outlook ribbon for easy use.
Open Outlook and navigate to File > Options.
Under Customize Ribbon, in the Main Tabs list, check the Developer box if it is not already checked.
In the outlook ribbon select the new Developer tab and click on Visual Basic (or press Alt + F11)
In the Visual Basic window click on File > Import File and import the module from this repository.
Change the email address in the code that you would like to send your spam to.
By default, this mail will be sent to [email protected]. Feel free to change this.
Pick the tab where you want to add your own group.
Select New Group.
That adds New Group (Custom) to the tab you picked.
To use a better name for your new group, click Rename, type the name you want in the Display name box, and then click OK.
To add a macro to the group, in the Choose commands from list, click Macros.
Select the macro you imported to add to your new group, and then click Add. The macro is added to your Custom group.
To use a friendlier name, click Rename, and then type the name you want in the Display name box and choose an icon. (optional)
Click OK to save.
The new group appears on the tab you picked, where you can click the button to run the macro.
Enjoy!