Platform SDK: SMTP Server Events

ISmtpInCommandContext::SetCallback

[This is preliminary documentation and subject to change.]

The ISmtpInCommandContext::SetCallback method is used by protocol event sinks to pass a reference to their exposed ISmtpInCallbackSink callback interface to the event dispatcher.

HRESULT SetCallback( [in] ISmtpInCallbackSink * pICallback );

Parameters

pICallback
The ISmtpInCallbackSink interface.