contacts.getContactNotes
Description
Get the notes from a contact.
Parameters
contactID
number
Return value
notes
string
Example
local notes = contacts.getContactNotes(1000)
print(notes)
Comments
See also
contacts.appendContactNotes
contacts.clearContactNotes
Back
Generated on the 26 June 2024 at 22:01:27 (UK Time)