WebUIContactMapActivatedEventArgs.Contact Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the contact for the mapping operation.
public:
property Contact ^ Contact { Contact ^ get(); };
Contact Contact();
public Contact Contact { get; }
var contact = webUIContactMapActivatedEventArgs.contact;
Public ReadOnly Property Contact As Contact
Property Value
The contact for the mapping operation.
Implements
Remarks
Use the Contact property to collect additional info about the contact that is being mapped. The contact can have a name and thumbnail that can be used to represent it in your app's UI. Or, the contact can have alternative addresses that can be used.
Here are possible Contact properties that can be populated during a map activation:
- DisplayName
- FirstName
- LastName
- MiddleName
- HonorificNamePrefix
- HonorificNameSuffix
- YomiDisplayName
- YomiFamilyName
- YomiGivenName
- Thumbnail
- Addresses