summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Response/GetNonIndexableItemDetailsResponseMessageType.php
blob: 99bb4bc91d1f98e8d91849e531b17ef60614aba3 (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\Response\GetNonIndexableItemDetailsResponseMessageType.
 */

namespace jamesiarmes\PhpEws\Response;

/**
 * Defines the response to a GetNonIndexableItemDetails request.
 *
 * @package php-ews\Response
 */
class GetNonIndexableItemDetailsResponseMessageType extends ResponseMessageType
{
    /**
     * Specifies the results of the GetNonIndexableItemDetails request.
     *
     * @since Exchange 2013
     *
     * @var \jamesiarmes\PhpEws\Type\NonIndexableItemDetailResultType
     */
    public $NonIndexableItemDetailsResult;
}