Platform SDK: SMTP Server Events

ISmtpInCommandContext::NotifyAsyncCompletion

[This is preliminary documentation and subject to change.]

The ISmtpInCommandContext::NotifyAsyncCompletion method is used by protocl event sink to callback the inbound protocol event dispatcher and notify it that asynchronous processing has completed and to pass the result of the processing.

HRESULT NotifyAsyncCompletion(
  [in] HRESULT  hrResult
);

Parameters

hrResult
The HRESULT return code for the event.

Return Values

Remarks