summaryrefslogblamecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Response/FindFolderResponseMessageType.php
blob: 843277156d8d4984987d218548fee3472535485e (plain) (tree)























                                                                             
<?php
/**
 * Contains \jamesiarmes\PhpEws\Response\FindFolderResponseMessageType.
 */

namespace jamesiarmes\PhpEws\Response;

/**
 * Represents the status and result of a single FindFolder operation request.
 *
 * @package php-ews\Response
 */
class FindFolderResponseMessageType extends ResponseMessageType
{
    /**
     * Contains the results from a search of a single root folder during a
     * FindFolder operation.
     *
     * @since Exchange 2007
     *
     * @var \jamesiarmes\PhpEws\Type\FindFolderParentType
     */
    public $RootFolder;
}