Platform SDK: SMTP Server Events |
[This is preliminary documentation and subject to change.]
The IMailTransportSetRouterReset::RegisterResetInterface method is called by an SMTP event source on sinks registers for the OnSetRouterReset event to pass the SMTP virtual server identifier and a IMailTransportRouterReset reference used by router sinks to signal to the Advanced Queue that message routes should be reset.
HRESULT RegisterResetInterface( [in] DWORD dwVirtualServerID, [in] IMailTransportRouterReset *pIRouterReset );
Value | Description |
---|---|
S_OK | Success. |