Difference between revisions of "GetUserContactsSimpleStr()"
From Rackspace Email & Apps API
(New page: This function will return the 'id', 'lastname', 'firstname', 'nickname', 'email', and 'favorite' status (1=favorite/frequent contact,0=not) as a semi-colon (;) delimited list, with [crlf] ...) |
(No difference)
|
Latest revision as of 12:54, 22 August 2008
This function will return the 'id', 'lastname', 'firstname', 'nickname', 'email', and 'favorite' status (1=favorite/frequent contact,0=not) as a semi-colon (;) delimited list, with [crlf] between multiple entries
Input Parameters
Four strings and one result string:
Administrative username, Administrative password, Domain name, User ID (the portion of the email address before the @ symbol),
Contact list string (as in: "id;firstname;lastname;nickname;email address;favorite[crlf]...")
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.