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

namespace jamesiarmes\PhpEws\Response;

/**
 * Defines a response to a CopyFolder request.
 *
 * @package php-ews\Response
 */
class CopyFolderResponseType extends BaseResponseMessageType
{

}