Platform SDK: SMTP Server Events |
[This is preliminary documentation and subject to change.]
The IMailTransportOnPostCategorize::OnMessagePostCategorize method is called by an SMTP event source after the categorizer has finished categorizing a MailMsg object. Sinks registered for the SMTP OnPostCategorize (CATID_SMTP_TRANSPORT_POSTCATEGORIZE) event are notified.
[local] HRESULT OnMessagePostCategorize( [in] IMailMsgProperties *pIMailMsg, [in] IMailTransportNotify *pINotify, [in] PVOID pvNotifyContext );
Value | Description |
---|---|
S_OK | Success. The operation completed synchronously. |
S_FALSE | Success. The operation will execute asynchronously with respect to the calling source thread. |
This event method corresponds to sinks registered as subscribers to the SMTP OnPostCategorize event. The corresponding COM Category ID is CATID_SMTP_TRANSPORT_POSTCATEGORIZE.