RemovePreprocessInfo
The RemovePreprocessInfo
function prototype defines a function that removes from a message preprocessed
information written by a function based on the PreprocessMessage
Quick Info
Header
file: |
MAPISPI.H |
Defined
function implemented by: |
Transport providers
|
Defined
function called by: |
MAPI
spooler |
HRESULT RemovePreprocessInfo(
LPMESSAGE lpMessage |
|
); |
|
Parameters
lpMessage
[in] Pointer
to the preprocessed message from which information is to be removed.
Remarks
The MAPI
spooler calls a RemovePreprocessInfo function. A transport provider
registers the function based on RemovePreprocessInfo at the same time it
registers the parallel function based on PreprocessMessage in a call to
the IMAPISupport::RegisterPreprocessor
An
image rendering suitable for fax transmission is an example of preprocessed
information written by a function defined by the PreprocessMessage