Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
4/8/2010

The PR_SUBJECTproperty contains the full subject of a message.

Additional Information

May be exposed by:

Message objects

Identifier:

0x0037

Property type:

PT_TSTRING

Property tag:

0x0037001F

Corresponding X.400 attribute:

IM_SUBJECT

Remarks

The PR_SUBJECTproperty is recommended on all message objects.

This property is always the full subject text, that is, the concatenation of the prefix and the normalized subject. If there is no prefix, the normalized subject should be the same as the subject. The subject properties are typically small strings of fewer than 256 characters, and a message store provider is not obligated to support the OLE IStreaminterface on them. The client should always attempt access through the IMAPIPropinterface first, and resort to IStreamonly if MAPI_E_NOT_ENOUGH_MEMORYis returned.

For a report, PR_SUBJECTcontains the original message's subject preceded by a string indicating what has happened to the message.

Requirements

Header mapitags.h
Library cemapi.lib
Windows Embedded CE Windows CE 3.0 and later
Windows Mobile Pocket PC 2002 and later, Smartphone 2002 and later

See Also