summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/SearchFolderType.php
blob: 4404f06726f6fbe503f9e86f47cdd0efabc8de1e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?php
/**
 * Contains \jamesiarmes\PhpEws\Type\SearchFolderType.
 */

namespace jamesiarmes\PhpEws\Type;

/**
 * Represents a search folder that is contained in a mailbox.
 *
 * @package php-ews\Type
 */
class SearchFolderType extends FolderType
{
    /**
     * Contains the parameters that define a search folder.
     *
     * @since Exchange 2007
     *
     * @var \jamesiarmes\PhpEws\Type\SearchParametersType
     */
    public $SearchParameters;
}