After Outlook 200 SP2, it became quite painful to use Microsoft Word mail merge for e-mail - Outlook detects that a macro is being run and pops up a question whether you want to allow the macro to continue, with mandatory 10 second wait before you can click Yes. If you have 150 recipients, I think you will have to click Yes 150 times, with 10 seconds in between the clicks. Or find a pre-SP2 version of Outlook 2000.
-----Original Message----- From: Greg Deckler [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 17, 2003 12:15 PM To: Exchange Discussions Subject: Re: Automating email via Exchange You could probably do it in an Outlook form or whatever the current Outlook development flavor is from Microsoft. It changes too often to really keep track. You could also do it with API calls to AD and CDO. However, the easiest way may be to just export your users to a CSV file or an Access database and use Microsoft Word to perform a mail merge. I have used this successfully in the past and while a little kludgy, it saves you from writing code. > Hello all. I need help with automating an email to 140 users on our > Exchange system. The email contains a generic message for all, and then > some personal information like user name and password. Is there a good > way to automate this with Exchange/Outlook? (By automate I mean, send an > individual email to each user with the generic message and then insert > their personal info.) Or do I need to go get a third party utility to do > this? Thanks for any help you can provide. > > > Damian Scoles > Senior Technical Analyst > MCSE, CCNP, CNA, A+ _________________________________________________________________ List posting FAQ: http://www.swinc.com/resource/exch_faq.htm Web Interface: http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchange&text_mode=& lang=english To unsubscribe: mailto:[EMAIL PROTECTED] Exchange List admin: [EMAIL PROTECTED] _________________________________________________________________ List posting FAQ: http://www.swinc.com/resource/exch_faq.htm Web Interface: http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchange&text_mode=&lang=english To unsubscribe: mailto:[EMAIL PROTECTED] Exchange List admin: [EMAIL PROTECTED]

