Retrieve

Overview

Retrieves an array of folders based on the specified criteria. You will also retrieve details regarding the parent folder of a given folder if one exists.

Syntax

Retrieve(1)

Function Properties

Ordinal Type Description
1 string Required Criteria used to search for the folder

Example

This sample code retrieves an array of folders based on the specified criteria:

var results = Folder.Retrieve({Property:"Name",SimpleOperator:"equals",Value:"my emails"});
Last Updated: Jun 8, 2021