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

namespace jamesiarmes\PhpEws\Response;

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

}