Share via


MimeOleGetSubjectFileName function

Do not use. Returns E_FAIL.

Syntax

HRESULT MimeOleGetSubjectFileName(
  _In_    IMimePropertySet *pPropertySet,
  _Out_   ULONG            *pulPart,
  _Out_   ULONG            *pulTotal,
  _Inout_ LPSTR            pszFileName,
  _In_    ULONG            cchMax
);

Parameters

pPropertySet [in]

Type: IMimePropertySet*

Not used.

pulPart [out]

Type: ULONG*

Not used.

pulTotal [out]

Type: ULONG*

Not used.

pszFileName [in, out]

Type: LPSTR

Not used.

cchMax [in]

Type: ULONG

Not used.

Return value

Type: HRESULT

Returns one of the following values.

Return code Description
E_FAIL
Indicates failure.

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)