Hi.

Sometimes, I forward emails that have attachments in them. Due to various reasons, sometimes, I want to change the name of the file. Currently, I need to save the file, rename and then reattach.

I wonder if this can be done by a macro.

Reference: http://www.excelforum.com/outlook-pr...ject-line.html

With reference to above thread, I see that it is possible to save the file. Hence, It may be possible to add a custom button to right click menu (with name "Rename"), ask for "Inputbox" to get the new file name, save it on the disk and then reattach it. A cleanup action can also be used to delete the saved file from the temp location.

I have been trying to do this but not able to figure out how to. Can someone help? I can also write in C# which could be used for creating an Add In.

Is there a tool available already?

Som