ContactLocationField.UnstructuredAddress Property

Definition

Gets a string that represents an unstructured address.

Note

ContactLocationField may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress.

public:
 property Platform::String ^ UnstructuredAddress { Platform::String ^ get(); };
winrt::hstring UnstructuredAddress();
public string UnstructuredAddress { get; }
var string = contactLocationField.unstructuredAddress;
Public ReadOnly Property UnstructuredAddress As String

Property Value

String

Platform::String

winrt::hstring

The address of the contact in an unstructured format.

Windows requirements

App capabilities
contactsSystem

Remarks

If the contact-providing application includes an address, but doesn't specify elements such as PostalCode or City, the data is put in the UnstructuredAddress property.

Applies to