Emailing to all my contacts

M

Mark Fackler

I would like to write a script that will send an email to each of my outlook
contacts based on a user defined field (like a case statement). I have
written many excel VBA scripts. I always start by having Excel record my key
strokes and then I modify the code. Is there a way in Outlook to do the same?
 
S

Sue Mosher [MVP-Outlook]

No, you will need to learn basic Outlook programming tasks, maybe starting
with the available tutorials -- see http://www.outlookcode.com/d/vb.htm

Alternatively, depending on the goal for your project, you may find it
easier to skip the code and use a Word mail merge.
 
Top