CheckUserExists()

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

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.