RemovePreprocessInfo

The RemovePreprocessInfo function prototype defines a function that removes from a message preprocessed information written by a PreprocessMessage based function.

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 function based on RemovePreprocessInfo. A transport provider registers the RemovePreprocessInfo – based function at the same time it registers the parallel PreprocessMessage – based function in a call to the IMAPISupport::RegisterPreprocessor method.

An image rendering suitable for fax transmission is an example of preprocessed information written by a function defined by the PreprocessMessage function prototype. The MAPI spooler usually calls a RemovePreprocessInfo function after sending a message containing preprocessed information.

See Also

Preprocessor Functions