Outlook Mail Merge Attachment ============================= This script adds an attachment to all the emails that are currently in the outbox. This script is tested with Microsoft Outlook 2003 but should also work for other versions. USAGE 1. Create your mail merge and be sure the messages are kept in the outbox 2. Execute (Double-Click) "Outlook Mail Merge Attachment.vbs" 2a. select the attachment The macro now adds the selected file to all the emails in the outbox 3. Send the email Outlook Send Outbox Emails ========================== This script sends all the emails in the Outbox of Microsoft Outlook. It does so by typing keys as if they where typed by the keyboard. It types the following keys: [enter] (open the email), [crtl]+[enter] (send the email) and [down] (select next email). This clumsy procedure is required to bypass Microsoft Outlooks security settings. USAGE 1. Make sure outlook is open and the outbox is visible 2. Execute (Double-Click) "Outlook Send Outbox Emails.vbs" 3. Within 30 seconds, select the first email in the outbox (do NOT open it) 4. Wait 20 seconds plus 2 seconds per email, do not touch any buttons untill the ready dialog appears. VERSION ======= Version 1.1, 16-03-2008 DISCLAIMER ========== Copyright (C) 2006-2008 Wouter Westerveld This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA