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
Addressbook.record.removeValueForProperty
Removes the value for a given property.
Component |
Version |
macOS |
Windows |
Linux |
Server |
iOS SDK |
Addressbook
|
3.1 |
✅ Yes
|
❌ No
|
❌ No
|
❌ No
|
✅ Yes
|
Deprecated
This function was deprecated. Use Contacts functions instead.
MBS( "Addressbook.record.removeValueForProperty"; RecordID; PropertyName )
More
MBS(
"Addressbook.record.removeValueForProperty"; /* Removes the value for a given property. */
$RecordID; /* The unique ID for the target person or group.e.g. $personID */
$PropertyName) /* The name of the property to remove.e.g. "EmailProperty" */
Less
Parameters
Parameter |
Description |
Example |
RecordID |
The unique ID for the target person or group. |
$personID |
PropertyName |
The name of the property to remove. |
"EmailProperty" |
Result
Returns OK or error.
Description
Removes the value for a given property.
Possible property names are UIDProperty, CreationDateProperty, ModificationDateProperty, FirstNameProperty, LastNameProperty, FirstNamePhoneticProperty, LastNamePhoneticProperty, NicknameProperty, MaidenNameProperty, BirthdayProperty, BirthdayComponentsProperty, OrganizationProperty, JobTitleProperty, HomePageProperty, URLsProperty, CalendarURIsProperty, EmailProperty, AddressProperty, OtherDatesProperty, OtherDateComponentsProperty, RelatedNamesProperty, DepartmentProperty, PhoneProperty, AIMInstantProperty, JabberInstantProperty, MSNInstantProperty, YahooInstantProperty, ICQInstantProperty, InstantMessageProperty, SocialProfileProperty, NoteProperty, MiddleNameProperty, MiddleNamePhoneticProperty, TitleProperty, SuffixProperty and GroupNameProperty.
See also
Created 18th August 2014, last changed 18th August 2014
Addressbook.record.isReadOnly
-
Addressbook.record.valueForProperty
Feedback: Report problem or ask question.