GetDomainStats()

From Rackspace Email & Apps API
Jump to: navigation, search

This function will return the current number of mailboxes on the domain and the total disk space used by all of those mailboxes (in MB). Space used is calculated every night.

Input Parameters

Three strings and two result integers:

   Administrative username,
   Administrative password,
   Domain name,
   Number of users (int),
   Disk space used (double int; count of MB used)

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.