Platform SDK: SMTP Server Events |
[This is preliminary documentation and subject to change.]
Start a block write transaction.
HRESULT StartWriteBlocks( [in] IMailMsgProperties *pMsg, [in] DWORD dwBlocksToWrite, [in] DWORD dwTotalBytesToWrite );
Value | Description |
---|---|
S_OK | Success. The operation completed synchronously. |
The store driver infers which property stream the method applies to using the MailMsg object's IUnknown address, which uniquely identifies the object in memory (COM Identity rules).
IMailMsgPropertyStream.WriteBlocks
IMailMsgPropertyStream.EndWriteBlocks