Share via


MimeOleIsEnrichedStream function

Do not use. Checks whether stream is enriched, as indicated by existence of "c_szXRich" in stream.

Syntax

HRESULT MimeOleIsEnrichedStream(
  _In_ IStream *pStream
);

Parameters

pStream [in]

Type: IStream*

Specifies a pointer to the IStream object.

Return value

Type: HRESULT

Returns one of the following values.

Return code Description
S_OK
Indicates enriched.
S_FALSE
Indicates failure.
E_INVALIDARG
Indicates that pStream is NULL.

Requirements

Minimum supported client
Windows XP [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Product
Outlook Express 6.0
Header
Mimeole.h
Library
Inetcomm.lib
DLL
Inetcomm.dll (version 6.0 or later)