Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 9.5   10.0   10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2    Statistic    FMM    Blog  

Addressbook.formattedAddress

Returns an attributed string containing the formatted address.

Component Version macOS Windows Linux Server iOS SDK
Addressbook 3.1 ✅ Yes ❌ No ❌ No ❌ No ❌ No

Deprecated

This function was deprecated. Use Contacts functions instead.

MBS( "Addressbook.formattedAddress"; address )   More

Parameters

Parameter Description Example
address The dictionary containing a street address. Same format as Addressbook.record.valueForProperty returns. $address

Result

Returns formatted address text or error.

Description

Returns an attributed string containing the formatted address.
The address is usually defined by plugin to have keys like Street, City, State, Country or Zip followed by an equal sign and the actual value.

See also

Example Databases

Blog Entries

Created 18th August 2014, last changed 21st August 2014


Addressbook.enabledAccounts - Addressbook.group.addMember

Feedback: Report problem or ask question.