Description
This function retrieves the system's default email quota.
Warning:
We strongly recommend that you use the following UAPI function instead of this function:
-
Email::get_default_email_quota
— This function retrieves the system's default email quota.
Examples
Note:
Use cPanel's API Shell interface (Home >> Advanced >> API Shell) to directly test cPanel API calls.
Parameters
This function does not accept parameters.
Returns
Return |
Type |
Description |
Possible values |
Example |
get_default_email_quota |
integer |
The system's default email quota. |
A positive integer that measures the quota in Megabytes (MB). |
256 |
reason |
string |
A reason for failure. Note: This function only returns a reasonvalue if it failed. |
A string that describes the error. |
This is an error message. |
result |
Boolean |
Whether the function succeeded. |
|
1 |