Need Outlook Macro To Auto-Forward New Messages

G

Guest

I need a macro to autoforward new mesages in my Inbox every 15 minutes to a
specified address and then move them to a folder I will call "forwarded". I
can't use a rule due to my exchange servers security protocols. PLEASE HELP!
thanks!
 
M

Michael Bauer [MVP - Outlook]

Here's a sample for an API timer:
http://www.vboffice.net/sample.html?mnu=2&lang=en&smp=4&cmd=showitem

You can use that to call a procedure every 15 minutes. In that procedure
loop through the Inbox' Items collection backwards; call each item's Forward
function, which returns a new MailItem object. Add the address to the item's
Recipients collection and then call its Send method. After that call its
Move function.

All mentioned functions are explained in the VBA help with code samples.

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
Organize Outlook email:
<http://www.vboffice.net/product.html?id=2006063&cmd=detail&lang=en&pub=6>

Am Tue, 19 Jun 2007 13:36:42 -0700 schrieb snowmangoh:
 
G

Guest

Thanx a ton for your reply, but I am a total noob to VBA, and while I have
been through the help files I can't find/figure out what I need... If I sent
someone my personal email, could you send me the code I need to paste in?
Thanks again!
 
G

Guest

Hi Michael

First time on this forum. The article wrote below pretty much reflects my
position, as in i need OL to auto forward emails to another address and move
a copy to 'archive'

can you please provide any further articles/samples on this as its the first
time i've seen Redemption

Many thanks

Robin
 

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