GetUserContactsFull()

From Rackspace Email & Apps API
Revision as of 13:56, 22 August 2008 by APIAdmin (talk | contribs) (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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.