PidTagConversationTopic Canonical Property
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 page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
Contains the topic of the first message in a conversation thread.
Associated properties: |
PR_CONVERSATION_TOPIC, PR_CONVERSATION_TOPIC_A, PR_CONVERSATION_TOPIC_W |
Identifier: |
0x0070 |
Data type: |
PT_STRING8, PT_UNICODE |
Area: |
General messaging |
Remarks
A conversation thread represents a series of messages and replies. These properties are set for the first message in a thread, usually to the PR_NORMALIZED_SUBJECT (PidTagNormalizedSubject) property. Subsequent messages in the thread should use the same topic without modification.
The PR_CONVERSATION_INDEX (PidTagConversationIndex) property indicates the order relationship between subsequent messages and replies. Its use is optional, even if these properties are set.
A message store provider has the option of assuring that these properties are always set on incoming or outgoing messages. If these properties are already set they should not be altered. If not, they can be set to PR_NORMALIZED_SUBJECT. Any action should be taken before IMAPIProp::SaveChanges is called.
Related Resources
Protocol Specifications
[MS-OXPROPS]
Provides references to related Exchange Server protocol specifications.[MS-OXOMSG]
Specifies the properties and operations that are permissible on e-mail message objects.
Header Files
Mapidefs.h
Provides data type definitions.Mapitags.h
Contains definitions of properties listed as alternate names.