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

namespace jamesiarmes\PhpEws\Request;

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

}