which transport event sink shall i impletement if I want to catch the email just

  • Thread starter Thread starter sherry
  • Start date Start date
S

sherry

I implemented the IMailTransportSubmission event interface
but I think it is not the final step before the email is
dropped into the local folder.
There are so many transport events: routerengine,
routerreset, postcategorize...etc, I cannot find a clear
picture about all the events and don't know which one is
the 'final step' before the local delivery.
Please give me some light, thanks a lot for your help! :)
 
Hi,

Thanks for your post. I recommend you the following ppt which describes
server event. As you can see, OnMessageSubmission and
OnSyncMessagePreCategorize events are sent before categorization, while
OnSyncMessagePostCategorize, GetMessageRouter and LocalDelivery are sent
afterwards.

Microsoft Exchange 2000 Server: Message Categorizer
http://support.microsoft.com/servicedesks/webcasts/wc100802/WC100802.ppt

Hope this helps.

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
Back
Top