If you are using Outlook, every attachment you have ever opened is still on your hard disk. To see these files, paste this into to the Windows “Run” command box: %UserProfile%\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.Outlook\ What you will see is one or more sub-folders which contain the attachments from previously opened emails. These files take up unnecessary…
Tag: Outlook
Snooze via VBScript
Snooze.vbs is the VBScript implementation of the VBA code I previously published to snooze pending Outlook reminders until 1 minutes before start time.
Outlook VBA: Reply to All as Text
I am a messaging old-timer, going back to the days of PINE and ELM and RBBSMail. I like to reply to message like this: >You said I reply. Actually the old days the mail client did it by initials so it looked like this: YS>You said AK>I reply. I get a lot of HTML mail,…
Outlook VBA: Snooze until one minute prior to start
I spend a lot of time on the phone for conference calls. If I snooze until 5 minutes before I am too early. 0 minutes before and I am too late. The following is VBA code to snooze open reminders until one minute prior to starting. I put it into a module and mapped it to…