I need to write an agent that triggers whenever mail is put into a specific folder. The pseudo code is:
-
Manual process: users puts mail into a specific folder
-
Automatic process: a copy of the e-mail is sent to another e-mail address.
If this can’t be done, the user is OK with an agent that runs against the folder every half hour, but how would I tell which items in the folder had already been processed and which hadn’t without modifying the mail template to add a flag field?
Thanks