Use this code sample and function to display the Internet header of selected message in a new message form.
Change the Business Card layout using BusinessCardLayoutXml
How to quickly apply a business card layout to all Outlook contacts so they all use one layout.
Change the image on a Business Card based on the Category
Use VBA code to change the image on Outlook's business cards to match an image for a category. Works with other fields too, such as company.
Display the Created Date field of any Outlook item
How to view the created date of any Outlook item using VBA. Includes code to display the start or end date of a recurring series.
Set a reminder when accepting a meeting request
Use VBA to open an Outlook meeting request that was just added to the calendar after accepting the request in the Inbox. so you can set a reminder or make notes.
Delete items from a public folder
Outlook VBA code to delete the contents of a specific public folder or public folders.
Use a run a script rule to mark messages read
A simple run a rule script marks Outlook messages read when the message body begins with certain words.
Use a macro to move Sent Items
Use a VBA macro in Outlook to move IMAP sent items to the Sent items folder on the IMAP server.
Use a macro to Reply with boilerplate text
Use an Outlook VBA macro to reply to messages with specific text in the subject and message body as well as CC and BCC it to other members of the team.
VBA: No attachments to CC'd recipients
Use this macro to send an attachment to email addresses in the To line and CC others with just the message and a list of attachments, and the To: recipients.