PR_RCVD_REPRESENTING_ENTRYID
The
PR_RCVD_REPRESENTING_ENTRYID property contains the entry identifier for the
messaging user represented by the receiving user.
Quick Info
Header
file: |
MAPITAGS.H |
Must be
exposed by: |
Message
objects |
Identifier: |
0x0043 |
Property
type: |
PT_BINARY |
Property
tag: |
0x00430102 |
Remarks
The
PR_RCVD_REPRESENTING_ENTRYID property is one of the address properties for the
messaging user being represented by the receiving user. It must be set by the
incoming transport provider, which is also responsible for authorization or
verification of the delegate. If no messaging user is being represented,
PR_RCVD_REPRESENTING_ENTRYID should be set to the entry identifier contained in
the PR_RECEIVED_BY_ENTRYID
A client
application replying to a message received on behalf of another client should
copy PR_RCVD_REPRESENTING_ENTRYID from the received message into the PR_SENT_REPRESENTING_ENTRYID
For more
information on the address properties, see Base Address Properties
See Also