PR_RESPONSIBILITY
The
PR_RESPONSIBILITY property contains TRUE if some transport provider has already
accepted responsibility for delivering the message to this recipient, and FALSE
if the MAPI spooler considers that this transport provider should accept
responsibility.
Quick Info
Header
file: |
MAPITAGS.H |
Must be
exposed by: |
Recipient
subobjects |
Identifier: |
0x0E0F |
Property
type: |
PT_BOOLEAN |
Property
tag: |
0x0E0F000B |
Corresponding
X.400 attribute: |
MH_T_MTA_RESPONSIBILITY |
Remarks
When the MAPI
spooler presents an outbound message to a transport provider, through IXPLogon::SubmitMessage
If, after
examining a recipient, a transport provider decides that it cannot or should
not handle it, the transport provider should leave PR_RESPONSIBILITY set to
FALSE. The MAPI spooler will then look for another transport provider that can
handle that recipient. The MAPI spooler ultimately creates a nondelivery report
for any recipients for which no transport provider accepts responsibility.
If the
transport provider attempts and fails to deliver the message, it should call
the IMAPISupport::StatusRecips
See Also