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:
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
11.3
11.4
Statistic
FMM
Blog
Adds an address and its label to a multivalue list.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Addressbook | 5.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |
This function was deprecated. Use Contacts functions instead.
Parameter | Description | Example |
---|---|---|
label | The label to associate with the value. | "Work" |
street | The street for the address. Can be empty if unknown. | "Main Street 123" |
zip | The zip code for the address. Can be empty if unknown. | "12345" |
city | The city for the address. Can be empty if unknown. | "Springfield" |
country | The country for the address. Can be empty if unknown. | "Germany" |
countrycode | The country code for the address. Can be empty if unknown. | "US" |
state | The state for the address. Can be empty if unknown. | "CA" |
Returns identifier or error.
Creates a new address:
MBS( "Addressbook.multivalue.addAddress"; "AddressHomeLabel"; "Main Street 123"; "12345"; "Springfield"; "USA" )
Adds address without zip code:
MBS( "Addressbook.multivalue.addAddress"; "Work"; "Hlíðarbyggð"; ""; "Garðabær"; "Island"; ""; "IS" )
Created 7th March 2015, last changed 7th March 2015
Addressbook.multivalue.New - Addressbook.multivalue.addValue
Feedback: Report problem or ask question.