Platform SDK: SMTP Server Events |
[This is preliminary documentation and subject to change.]
The IMailMsgNotify::Notify method is used to notify the caller that an operation (method) that executed asynchronously has completed.
HRESULT Notify([in] HRESULT hrRes);
Value | Description |
---|---|
S_OK | Success. |
Other HRESULT Values | Indicates an exception occurred during processing. |
Exceptions (failed HRESULT values) that are passed through the Notify method callback parameter depend upon the asynchronous method invoked.