Redigera

Dela via


GetTnefStreamCodepage

Applies to: Outlook 2013 | Outlook 2016

Determines the code page for a Transport-Neutral Encapsulation Format (TNEF) stream.

Property Value
Header file:
tnef.h
Implemented by:
MAPI
Called by:
Client applications and service providers.
HRESULT GetTnefStreamCodepage(
  LPSTREAM lpStream,
  ULONG FAR * lpulCodepage,
  ULONG FAR * lpulSubCodepage
);

Parameters

lpStream

[in] Pointer to a storage stream object OLE IStream interface providing a source for a TNEF stream message.

lpulCodepage

[out] Pointer to the code page of the stream.

lpulSubCodepage

[out] Pointer to the subcode page of the stream.

Return value

S_OK

The call succeeded and has returned the expected value or values.

MAPI_E_NOT_ENOUGH_DISK

There was an error reading an attribute in the TNEF stream.

MAPI_E_CORRUPT_DATA

Either the stream was not a TNEF stream or there was an error reading the attOemCodepage attribute.

Remarks

Use the GetTnefStreamCodepage function to read the attOemCodepage attribute of the TNEF stream to determine the code page and subcode page. If attOemCodepage is not found, GetTnefStreamCodepage returns a code page of 437 and a subcode page of 0.

See also

attOemCodepage