Skip to content

Latest commit

 

History

History
77 lines (45 loc) · 2.45 KB

pidtagoriginalsubject-canonical-property.md

File metadata and controls

77 lines (45 loc) · 2.45 KB
title manager ms.date ms.audience ms.topic ms.service ms.localizationpriority api_name api_type ms.assetid description
PidTagOriginalSubject Canonical Property
lindalu
03/09/2015
Developer
reference
office-online-server
medium
MAPI.PidTagOriginalSubject
COM
8668ba4f-3236-4a87-a5aa-9cf7eea3d87b
Contains the subject of an original message for use in a report about the message.

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.

Related resources

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