summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Response/DeleteItemResponseType.php
blob: a826ea111c7abfc262ef247e72ab8f5c20ac4f7f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
/**
 * Contains \jamesiarmes\PhpEws\Response\DeleteItemResponseType.
 */

namespace jamesiarmes\PhpEws\Response;

/**
 * Defines a response to a single DeleteItem request.
 *
 * @package php-ews\Response
 */
class DeleteItemResponseType extends BaseResponseMessageType
{

}