summaryrefslogblamecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/ArrayType/ArrayOfSearchItemKindsType.php
blob: 355a783baba4d6f4420b55f8799c1190976e4b95 (plain) (tree)


























                                                                     
<?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();
}