Platform SDK: SMTP Server Events

ISmtpOutCommandContext::NotifyAsyncCompletion

[This is preliminary documentation and subject to change.]

Callback to outbound protocol event source for notification that asynchronous event processing has completed.

HRESULT NotifyAsyncCompletion(
[in]  HRESULT  hrResult
);

Parameters

hrResult
The HRESULT return code for the event processing. Since the event sink is running asynchronously, this parameter provides a mechanism to pass a return code to the event source.

Return Values

Remarks