Platform SDK: SMTP Server Events

IMailTransportOnPreCategorize Interface

[This is preliminary documentation and subject to change.]

The IMailTransportOnPreCategorize interface defines a method that transport event sinks must implement to be notified of the OnPreCategorize event, indicating that a MailMsg object is about to be submitted to the SMTP categorizer.

IID
A3ACFB0E-83FF-11d2-9E14-00C04FA322BA
Extends
IUnknown
Event Name
OnPreCategorize
COM Category ID
{A3ACFB0D-83FF-11d2-9E14-00C04FA322BA}

Methods

Method Description
OnSyncMessagePreCategorize Called by the event source (dispatcher) to notify registered event sinks that a MailMsg object is about to be submitted to the SMTP categorizer.

Remarks