GetDomainUsersMailboxMaxSize()

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

This function will report the default maximum mailbox size for mailboxes on the domain, total extra storage associated with the domain, unallocated extra storage for the domain, as well as a list of individual mailboxes and their current max mailbox size, which takes into account any extra allocatable storage that has been added to each mailbox.

Parameters

Three strings, two result integers and one result string:

   Administrative username,
   Administrative password,
   Domain name,
   Total extra storage (integer, MB, total storage associated with the domain),
   Total allocated storage (integer, MB, extra storage allocated to users),
   Domain base mailbox size (integer, MB, base size of mailboxes on the domain),
   Users' max mailbox sizes (string, format: "username,size [crlf] username,size", size is in MB)

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.