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

namespace jamesiarmes\PhpEws\Request;

/**
 * Defines a request to copy folders in a mailbox in the Exchange store.
 *
 * @package php-ews\Request
 */
class CopyFolderType extends BaseMoveCopyFolderType
{

}