PidTagOriginalSubject Canonical Property

Applies to: Outlook 2013 | Outlook 2016

Contains the subject of an original message for use in a report about the message.

Property Value
Associated properties:
PR_ORIGINAL_SUBJECT, PR_ORIGINAL_SUBJECT_A, PR_ORIGINAL_SUBJECT_W
Identifier:
0x0049
Data type:
PT_STRING8, PT_UNICODE
Area:
General messaging

Remarks

These properties are originally set to the same value as the PR_SUBJECT (PidTagSubject) property.

The subject properties are typically small strings of fewer than 256 characters, and a message store provider is not obligated to support the Object Linking and Embedding (OLE) IStream interface on them. The client should always attempt access through the IMAPIProp interface first, and resort to IStream only if MAPI_E_NOT_ENOUGH_MEMORY is returned.

Protocol specifications

[MS-OXPROPS]

Provides references to related Exchange Server protocol specifications.

[MS-OXCFXICS]

Handles synchronizing messaging object data between a server and a client.

[MS-OXOMSG]

Specifies the properties and operations that are permissible on email message objects.

Header files

Mapidefs.h

Provides data type definitions.

Mapitags.h

Contains definitions of properties listed as alternate names.

See also

MAPI Properties

MAPI Canonical Properties

Mapping Canonical Property Names to MAPI Names

Mapping MAPI Names to Canonical Property Names