Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Fetches a fresh copy of this contact.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Contacts | 12.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |
Parameter | Description | Example |
---|---|---|
ContactIdentifier | The contact identifier. | "46B1E34D-58F9-4B6B-A80D-0F71ABB87A0E" |
Returns contact identifier or error.
Check if account is there:
Set Variable [ $ContactIdentifier ; Value: "36B1E34D-58F9-4B6B-A80D-0F71ABB87A0E" ]
Set Variable [ $r ; Value: MBS( "CNContactStore.FetchContact"; $ContactIdentifier ) ]
If [ MBS("IsError") = 0 ]
Show Custom Dialog [ "Found" ; MBS( "CNContact.Name"; $ContactIdentifier ) ]
Else
Show Custom Dialog [ "Failed" ; "Invalid ID." ]
End If
This function checks for a license.
Created 10th February 2022, last changed 1st March 2023