contacts.appendContactNotes
Description
Append the notes of a contact.

Parameters
contactID number
newText string
dateTimeStamp boolean (set to true to add a date/time prefix on the first line in the format "dd/mm/yyyy hh:nn: ").

Return value
none

Example
contacts.appendContactNotes(1000, "This is a new line of text in the contact notes.\nThis is line 2.", true)

Comments

See also
contacts.getContactNotes
contacts.clearContactNotes

Back