summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/ArrayType/ArrayOfSearchItemKindsType.php
blob: 355a783baba4d6f4420b55f8799c1190976e4b95 (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
24
25
26
27
<?php
/**
 * Contains \jamesiarmes\PhpEws\ArrayType\ArrayOfSearchItemKindsType.
 */

namespace jamesiarmes\PhpEws\ArrayType;

use \jamesiarmes\PhpEws\ArrayType;

/**
 * Represents an array of messages to search.
 *
 * @package php-ews\Array
 */
class ArrayOfSearchItemKindsType extends ArrayType
{
    /**
     * Indicates an item type to be searched.
     *
     * @since Exchange 2013
     *
     * @var string[]
     *
     * @see \jamesiarmes\PhpEws\Enumeration\SearchItemKindType[]
     */
    public $SearchItemKind = array();
}