dispidEmail2AddrType
dispidEmail2AddrType |
Represents the type (for example, Exchange or SMTP) of the second e-mail address for the Microsoft Office Outlook contact item.
Quick Info
Exposed on: | Message objects representing contacts |
Created by: | Outlook |
Accessed by: | Outlook and solution providers |
Property type: | PT_STRING8 |
Access type: | Read-only |
Remarks
To retrieve the value of this property, first use IMAPIProp::GetIDsFromNames to obtain the property tag, and then specify this property tag in IMAPIProp::GetProps to get the value. When calling IMAPIProp::GetIDsFromNames, specify the following values for the MAPINAMEID structure pointed at by the input parameter lppPropNames:
lpGuid: | PSETID_Address |
ulKind: | MNID_ID |
Kind.lID: | dispidEmail2AddrType |
This named property provides an alternative way to obtain the value of the Email2AddressType property of the ContactItem object in the Outlook object model when you retrieve the property value by using the PropertyAccessor object.