IContactMapActivatedEventArgs.Address 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 address of a contact for the mapping operation.
public:
property ContactAddress ^ Address { ContactAddress ^ get(); };
ContactAddress Address();
public ContactAddress Address { get; }
var contactAddress = iContactMapActivatedEventArgs.address;
Public ReadOnly Property Address As ContactAddress
Property Value
Represents the address of a contact for the mapping operation.