A VBA code sample that creates an appointment from an email message and adds it to a shared calendar or a calendar in another data file.
Change the email account on received email
After importing messages into Outlook, they may display the wrong email account. You can use a macro to change the account shown in the Email Account field.
Add Attachments and Set Email Fields During a Mail Merge
Use an ItemSend macro to set fields on email merges and include attachments.
Dismiss reminders for past calendar events
Two macros to remove reminder from appointments. The first macro removes the reminders as the appointment is created in a specific calendar folder. The other macro removes reminders from older items.
Send email from another address using VBA
Use VBA to send an email using a Exchange server distribution list address you have Send as permissions for.
Save email message as text file
Use an Outlook macro to save the selected message as a text file, or save the selected messages in a single text file.
Save and Delete Attachments from Outlook messages
The following is the Save Attachment code sample from Teach Yourself Outlook 2003 in 24 Hours. (It works in current versions.) Frank modified the code to break it into a single call for each mailĀ item so you can use it with a rule to filter incoming mail. Augusto modified Frank's code "in order to avoid
Remove the To field from an Outlook message form
Sometimes we get some interesting questions and the solution, while not useful to everyone, is worth mentioning. This is one of those questions. I must use the BCC most of the time because of confidentiality reasons. I have made mistakes a couple of times when I entered the email addresses of more than one recipient
Get the Internet Header VBA Code Sample for Outlook
Use VBA code sample to view Outlook's Internet Header.