- Contents
Interaction Designer Help
Get Contained Folders
This Email tool queries a folder for a list of the names of all of the sub-folders contained within it.
Inputs
Folder ID
The unique identifier for the folder that will be queried for sub-folders. This ID is retrieved with an Incoming Mail initiator, or the Open Folder tool.
Timeout
The number of seconds the tool should wait for a return value. If no value is returned in the specified time, this tool will take the Failure exit path.
Outputs
Folder Names
A list of strings naming the sub-folders contained within the given folder.
Result
The results of the operation.
See Email Tool Result Codes for more information.
Exit Paths
Success
This step takes the Success exit path if the folder was successfully queried. When the given folder has no sub-folders, the Names list is empty and the Success path is still taken.
Failure
This step takes the Failure exit path if the email server is not accessible for any reason.