PR_SENDER_EMAIL_ADDRESS_W
PR_SENDER_EMAIL_ADDRESS_W |
Contains the message sender's e-mail address, encoded in Unicode standard.
Quick Info
Exposed by: | Message objects |
Identifier: | 0x0C1F |
Property type: | PT_UNICODE |
Property tag: | 0x0C1F001F |
Access: | Read/write |
Remarks
This property is one of the address properties for the message sender. It must be set by the outgoing transport provider, which should never propagate any previously existing values.
If no transport provider has supplied any sender address properties, the MAPI spooler attempts to fill them in by calling the IMAPISession::QueryIdentity method for an entry identifier. If no entry identifiers have been provided, the MAPI spooler stores "Unknown" in all the sender address properties of type PT_UNICODE.
For more information about the address properties, see Base Address Properties.