Platform SDK: SMTP Server Events |
[This is preliminary documentation and subject to change.]
Called by an SMTP event source when a message has been submitted to the queue.
[local] HRESULT OnMessageSubmission( [in] IMailMsgProperties *pIMailMsg, [in] IMailTransportNotify *pINotify, [in] PVOID pvNotifyContext );
Value | Description |
---|---|
S_OK | Success. The operation completed synchronously. |
S_FALSE | Success. The operation will execute asynchronously with respect to the calling source thread. |