PR_TNEF_CORRELATION_KEY
The
PR_TNEF_CORRELATION_KEY property contains a value used to correlate a TNEF attachment
with a message.
Quick Info
Header
file: |
MAPITAGS.H |
May be
exposed by: |
TNEF
attachment subobjects |
Identifier: |
0x007F |
Property
type: |
PT_BINARY |
Property
tag: |
0x007F0102 |
Remarks
It is
recommended that TNEF attachment subobjects expose the PR_TNEF_CORRELATION_KEY
property. This property determines whether or not an inbound TNEF file belongs
to the message it is attached to. It is used primarily by transport providers
and gateways.
On an
outbound message, the transport provider should compute a binary value unique
to that message, or use an existing value that satisfies the uniqueness
requirement, such as a message identifier. The transport provider should store
this value in PR_TNEF_CORRELATION_KEY and then call the ITnef::AddProps
On an inbound
message, the transport provider should call the ITnef::ExtractProps