Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Addressbook.Record.Account
Queries account identifier for record.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Addressbook | 6.2 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
Deprecated
This function was deprecated. Use Contacts functions instead.
MBS( "Addressbook.Record.Account"; RecordID ) More
Parameters
Parameter | Description | Example |
---|---|---|
RecordID | The unique ID for the target person or group. | $personID |
Result
Returns account identifier or error.
Description
Queries account identifier for record.Examples
Query account for me:
MBS( "Addressbook.Record.Account"; MBS( "Addressbook.me" ) )
Query account name for me:
MBS( "Addressbook.Account.Name"; MBS( "Addressbook.Record.Account"; MBS( "Addressbook.me" )))
See also
This function is free to use.
Created 17th March 2016, last changed 17th March 2016
