Platform SDK: SMTP Server Events

IMailTransportSetRouterReset::RegisterResetInterface

[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
);
dwVirtualServerID
The SMTP virtual server identifier for the queue.
pIRouterReset
A reference used to signal the Advanced Queue that message routes are to be reset.

Return Values

Value Description
S_OK Success.

Remarks