Difference between revisions of "CheckUserExists()"

From Rackspace Email & Apps API
Jump to: navigation, search
(New page: This function will check to see if a mailbox or alias name exists on a particular domain. ===Input Parameters=== Four strings: Administrative username, Administrative password, ...)
 
(No difference)

Latest revision as of 15:46, 25 August 2008

This function will check to see if a mailbox or alias name exists on a particular domain.

Input Parameters

Four strings:

   Administrative username,
   Administrative password,
   Domain name,
   Mailbox/alias name to check

Return Values

If the user exists, the return value of the function will be 1. Otherwise, the function will return 0.

Consult the Result Code Table for a list of result codes and their meaning.