Check sent email and reply if have specific words

L

laavista

We have Outlook 2003. I need to use vba to check “sent emails†and if they
have specific words, e.g., “Interview Scheduledâ€, send a reply to different
addressees than the original sent email (same addressees each time, though).
I need to use “reply†as the addresses need the main content of the email,
but cannot receive the attachment.

I’m new to Outlook VBA. (I used Access VBA.)

Any help would be greatly appreciated.
 
M

Michael Bauer [MVP - Outlook]

See the ItemAdd event in the VBA help file. In that event check the body of
the item with the Instr function, and call it's Reply or maybe Forward
function. For both there's a sample in the help file as well.

--
Best regards
Michael Bauer - MVP Outlook

: Outlook Categories? Category Manager Is Your Tool
: VBOffice Reporter for Data Analysis & Reporting
: <http://www.vboffice.net/product.html?pub=6&lang=en>


Am Fri, 19 Jun 2009 19:37:02 -0700 schrieb laavista:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top