How to use one Run a Script rule in Outlook to respond with different Autoreply messages.
Macro to file Outlook email by sender's display name
Use a macro to file Outlook Email in folders by sender's name. Or file your email by received date.
Display the Recipient Email Address in the Sent Items Folder
Use a macro to create a field in Outlook's Sent Items folder that displays the email addresses the message was sent to.
Use VBA to open Outlook messages stored in the file system
Use VBA to open Outlook messages saved in the Windows file system and access the attachments in those messages.
Check start and end times of new appointments
How to use a VBA macro to watch Microsoft Outlook's calendar for new appointments and warn you when the start or end times is outside of your working hours.
Outlook 2013 Custom form: Tiny text bug (Fixed)
[Fixed] Outlook 2013 RICHED20.DLL bug: the font used in the first field on a custom form is tiny. The field properties look fine, the font size is set to a reasonable size, like 8 point, but the text is very small.
Change Appointments Macro
Use a macro to make changes to Outlook Appointments in bulk. Use this method to delete appointments in bulk.
Import meetings from a CSV or XLSX file
Use a macro to import data from a CSV or Excel xlsx file to create meeting requests or appointments.
Use VBA to move messages with attachments
Use a run a script rule or an ItemAdd macro to look for messages with attachments. When the attachment is a specific file type, do something with the message.
Create Appointments Using Spreadsheet Data
Use an Excel macro to create appointments in subcalendars in Outlook. To use, type the appointment data, including the calendar name, into the spreadsheet then run the macro. The macro creates appointments in the correct calendar folder.