Platform SDK: SMTP Server Events |
[This is preliminary documentation and subject to change.]
Commit all changes to a recipient to disk with optional asynchronous completion.
HRESULT Commit( [in] DWORD dwIndex, [in,unique] IMailMsgNotify *pNotify );
Value | Description |
---|---|
S_OK | Success. The operation completed synchronously. |
MAILMSG_S_PENDING | Success. The operation is pending, and pNotify->Notify will be called with the result of the operation when it completes. |
IMailMsgNotify Interface
IMailMsgNotify::Notify