PR_SENT_REPRESENTING_ADDRTYPE
The
PR_SENT_REPRESENTING_ADDRTYPE property contains the address type for the messaging
user represented by the sender.
Quick Info
Header
file: |
MAPITAGS.H |
Must be
exposed by: |
Message
objects |
Identifier: |
0x0068 |
Property
type: |
PT_TSTRING |
Property
tag: |
0x0068001E
(0x0068001F for Unicode) |
Remarks
The
PR_SENT_REPRESENTING_ADDRTYPE property is one of the address properties for the
messaging user being represented by the sender. When a client application sends
a message on behalf of another client, it should set all the represented sender
properties to the values for that client. A messaging user sending on its own
behalf typically leaves the represented sender properties unset.
The outgoing
transport provider must always leave PR_SENT_REPRESENTING_ADDRTYPE unchanged if
it has been set by the sending client. If it is unset, the transport provider
should set it to PR_SENDER_ADDRTYPE
For more
information on the address properties, see Base Address Properties
See Also