Difference between revisions of "GetUserIdentities()"
From Rackspace Email & Apps API
(New page: This function will return the details of each identity configured for a mailbox. Return fields include: 'full_name', 'email_address', 'reply_to', 'signature', 'use_sig' (may be "yes" or ...) |
(No difference)
|
Latest revision as of 12:54, 22 August 2008
This function will return the details of each identity configured for a mailbox. Return fields include:
'full_name', 'email_address', 'reply_to', 'signature', 'use_sig' (may be "yes" or "no"), sig_reply ("above", "below", "no"), sig_forward ("above", "below", "no")
Input Parameters
Four strings, result multi-dimensional 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]["full_name"]="John C. Public", array[0]["email_address"]="john@public.org")
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.