ContactMapActivatedEventArgs.Address Property

Definition

Gets the address of a contact for the mapping operation.

public:
 property ContactAddress ^ Address { ContactAddress ^ get(); };
ContactAddress Address();
public ContactAddress Address { get; }
var contactAddress = contactMapActivatedEventArgs.address;
Public ReadOnly Property Address As ContactAddress

Property Value

The address of a contact for the mapping operation.

Implements

Remarks

For info about how to handle app activation through contact actions, see Quickstart: Handling contact actions .

Applies to

See also