Difference between revisions of "GetUserContactsFull()"
From Rackspace Email & Apps API
(New page: This function will return all of the details for each contact in a user's address book. Results are stored in an associative array with array elements named as in AddUserContacts(), a...) |
(No difference)
|
Latest revision as of 12:56, 22 August 2008
This function will return all of the details for each contact in a user's address book. Results are stored in an associative array with array elements named as in AddUserContacts(), and with the addition of an element "id".
Input Parameters
Four strings and a result multi-dimensional/associative array:
Administrative username, Administrative password, Domain name, User ID (the portion of the email address before the @ symbol),
Contact list array (as in: array[0]["firstname"]="Robert", array[1]["firstname"]="Janice")
Return Values
If successful, the return value of the function will be 1.
Consult the Result Code Table for a list of result codes and their meaning.