PR_ADDRTYPE

The PR_ADDRTYPE property contains the messaging user's e-mail address type, such as SMTP.

Quick Info

Header file: MAPITAGS.H
Must be exposed by: Distribution list and messaging user objects
Identifier: 0x3002
Property type: PT_TSTRING
Property tag: 0x3002001E (0x3002001F for Unicode)

Remarks

The PR_ADDRTYPE property is one of the base address properties common to all messaging users. It specifies which messaging system MAPI uses to handle a given message.

PR_ADDRTYPE also determines the format of the address string in the PR_EMAIL_ADDRESS property. The string provided by PR_ADDRTYPE can contain only the uppercase alphabetic characters from A through Z and the numbers from 0 through 9.

Valid PR_ADDRTYPE examples include:

FAX 
MHS 
PROFS 
SMTP 
X400 
 

For more information on the base address properties, see Base Address Properties. For more information on address types, see Address Types.

See Also

Base Address Properties