Platform SDK: SMTP Server Events |
[This is preliminary documentation and subject to change.]
Copy the content to a file at a given offset with optional asynchronous completion.
[local] HRESULT CopyContentToFileAtOffset( [in] PFIO_CONTEXT pFIOCopy, [in] DWORD dwOffset, [in,unique] IMailMsgNotify *pNotify );
Value | Description |
---|---|
S_OK | Success. The operation completed synchronously. |
MAILMSG_S_PENDING | Success. The operation will complete asynchronously. When it completes, you will be notified through the interface you passed using the pNotify parameter. The result of the operation will be returned with the notification callback method. |
IMailMsgNotify Interface, IMailMsgNotify.Notify, AssociateFile