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

namespace jamesiarmes\PhpEws\Request;

/**
 * Defines a request to move an item in the Exchange store.
 *
 * @package php-ews\Request
 */
class MoveItemType extends BaseMoveCopyItemType
{

}