Fixed font Subject: Re: Intercepting emails as they are sent
Author: GSteven Date: 27 Aug 2010
References:
guess not...

"GSteven" <GSP@DavClaServ> wrote in message
news:8fd9d$49f06d7b$d1a8fa82$12060@EDELTACOM.COM...
>I know this thread is aging but thought I'd ask. I have a similar
>requirement. A small service or applet that will actually run on the server
>to evalualte an email and trigger sending an outbound email. Several people
>have stated that there are products you can buy off the shelf for this. Can
>anyone offer names of said products?
>
> "John Fullbright" <fjohn@donotspamnetappdotcom> wrote in message
> news:uAQ8dnttJHA.3988@TK2MSFTNGP05.phx.gbl...
>> An OnArrival event only processes the message if it's in MIME format. A
>> message sent in MAPI format won't be processed. If you want to use an
>> OnArrival event, you have to force a content conversion. That is
>> resource intensive and doesn't scale well. You might try a store event.
>> Seems like an awful lot of work for somthing you could get off the shelf.
>>
>>
>>
>>
>> "SeekerOfTruths" <SeekerOfTruths@discussions.microsoft.com> wrote in
>> message news:0C5379A8-E687-4CCB-810D-97C7F13074DD@microsoft.com...
>>> Hi, I've been asked to develop (despite having no prior experience with
>>> Exchange) some sort of plugin that can intercept ALL emails at the point
>>> they
>>> are sent.
>>>
>>> I've looked at the SMTP OnArrival event, but this isn't sufficient as it
>>> only catches emails as they leave the exchange server for hte outside
>>> world.
>>> I need to be able to inspect ANY email at th epoin that it is sent,
>>> including
>>> one's between mailboxes on the same Exchange server.
>>>
>>> Can this be done, and if so what do I need to look at?
>>>
>>
>>
>
>