Hi Ben,
Thanks for the reply, I did think about using vba code but I'm not too sure
of the syntax. I made a start on pseudo code that would work something like
this:
set numbervariable at 0
advisor1=advisor1emailaddress
advisor2=advisor2emailaddress
start loop
check for new email, subject="contact us form"
if numbervariable = odd number then
advisor=advisor1
else if
numbervariable = even number
advisor=advisor2
when new email then forward to advisor
numbervariable=numbervariable+1
repeatloop
Which I supose should work if Outlook was left running on 1 machine to send
the emails, I just wondered if there may be an easier solution and also I
would need to write the vba code.
Thanks for your help.
David
"Ben M. Schorr, MVP" wrote:
> Automatically alternating? Not very easily - I suppose you could write some
> VBA code that could track/update a variable and do it.
>
> What version of Outlook are you using?
>
> --
> -Ben-
> Ben M. Schorr, MVP
> Roland Schorr & Tower
> http://www.rolandschorr.com
> http://www.officeforlawyers.com/outlook.htm
> Author: The Lawyer's Guide to Microsoft Outlook 2007:
> http://tinyurl.com/ol4law-amazon
>
> "Outlook-Forwarding" <Outlook-(E-Mail Removed)> wrote in
> message news:60DAC23A-148F-4868-B593-(E-Mail Removed)...
> > Hi,
> >
> > Does anybody know if it is possible to automatically forward email
> > messages
> > to alternate email accounts? I.e. If email enquiries come through on a
> > main
> > email account is it possible to forward the 1st email to Advisor 1 and
> > then
> > the 2nd email to Advisor 2 and then keep automatically alternating who the
> > emails are forwarded on to in order to split the workload between say 2 or
> > 3
> > employees?
> >
> > Thanks in advance for any help.
>