- Contents
Interaction Designer Help
Get Quota Resources
This Email tool returns the resources associated with the given folder and root.
This tool is currently only supported by IMAP. On Notes or Exchange, this tool will fail and will create an appropriate entry in the Application Event Log.
Note: The handler author must have intimate knowledge of the mail system in use in order to effectively use this tool, as all parameters can change from one application to the next.
Inputs
Folder ID
The unique identifier for the folder being queried. This ID is retrieved with an Incoming Mail initiator, or the Open Folder tool.
Root Name
A string representing the root name (e.g., "user/troyt").
Timeout
The number of seconds the tool will wait for a return value.
Output
Quota Resources
List of strings representing all of the resources for the given root.
Result
The results of the operation.
See Email Tool Result Codes for more information.
Exit Paths
Success
The path is taken if the quota resources are successfully retrieved.
Failure
This path is taken if the operation fails. The most common reason for failure is a lack of quota support by the mail system.