Has anyone created a button in Outlook to empty the contents of a specific folder?
For example, let's say we have a folder called "Briefings" -- I would like to have a button on the toolbar that when clicked, will empty the folder "Briefings." Once I have the VBA, I know how to create the button, it's the VBA that's tripping me up.
I have fooled around using the "Kill" command in VBA, but I can't seem to get it to work. I am also curious if it is possible to create a windows that say "Are you sure you want to empty the folder?".
Any help would be greatly appreciated!
For example, let's say we have a folder called "Briefings" -- I would like to have a button on the toolbar that when clicked, will empty the folder "Briefings." Once I have the VBA, I know how to create the button, it's the VBA that's tripping me up.
I have fooled around using the "Kill" command in VBA, but I can't seem to get it to work. I am also curious if it is possible to create a windows that say "Are you sure you want to empty the folder?".
Any help would be greatly appreciated!