Platform SDK: SMTP Server Events |
[This is preliminary documentation and subject to change.]
Get the current MailMsg content size in bytes with optional asynchronous completion.
HRESULT GetContentSize( [out] DWORD *pdwSize, [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