Script to add e-mail recipients to your Outlook address book

I used the following vb script to add everybody I send an email to into my outlook address book at work. The reason for this is, that Oulook does not remember every e-mail address used, so this helps to get autocompletion in the recipient field writing a new mail. I forgot where I got the original code from, but I left the comment as they were. In Outlook press Alt + F11 to get into the macroview, then add the code to the Project1 – ThisOutlookSession section. ‚ sample Outlook 2003 VBA application by Sue Mosher ‚ send questions/comments to webmaster a outlookcode dot com ‚ The Application_ItemSend procedure must go in the ‚ built-in […]