ContactLocationField.UnstructuredAddress 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 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
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.