vba - Forward every third email to a given person -


i need (script, rule) forward every third email comes account other email address. need able run when outlook/pc closed/ turned off. possible that?

it's third message 1 given person. every message counts "third" - first go person a, second person b , third person c, fourth person a, fifth person b etc etc...

well if manage create script being server side imagine doing like: 3 rules:

  1. received message = send message person a, delete it, turn rule 2 on , turn off
  2. received message = send message person b, delete it, turn rule 3 on , turn off
  3. received message = send message person c, delete it, turn rule 1 on , turn off

this should work, don't know if possible make server-side outlook doesn't have running.

this possible client side rule, not run when outlook not running. so, no, cannot that.


Comments