contacts.setContactFlagged
Description
Set the flagged status of a contact.

Parameters
contactID number
flagged boolean

Return value
none

Example
contacts.setContactFlagged(1234, true)

Comments

See also
contacts.getContactFlagged

Back