Forward email programmatically

  • Thread starter Thread starter JayG209
  • Start date Start date
J

JayG209

I need to intercept incoming emails for system outages, apply the bod
message to some complex rules that outlook rules cannot achieve, the
forward or distribute the appropriate outages to right distributio
list. However I would like for this to be processed at the serve
level like the built in rules so I don't have to dedicate a box an
client to this one task.

I am looking at some sample VBA code that used the ThisOutlookSessio
however I think this would require an outlook client to be up all th
time right
 
Any code that uses the Outlook object model would require that Outlook
is running all the time, and in addition Outlook could only access an
Exchange mailbox or a PST file, not everything coming in from the mail
server.

You don't say what mail server you are running, and how you are
getting the mail and how many users you have so it's impossible to say
what your options are.
 
Back
Top