Platform SDK: SMTP Server Events |
[This is preliminary documentation and subject to change.]
Bind a MailMsg object to a store.
HRESULT BindToStore( [in] IMailMsgPropertyStream *pStream, [in] IMailMsgStoreDriver *pStore, [in] PFIO_CONTEXT pFIOContext );
S_OK
Success.
During this call, the MailMsg object caches the content FIO_CONTEXT structure, the reference to the store driver object, and the IMailMsgPropertyStream reference. The property stream interface and the file context are then used to persist the data in the MailMsg object.