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

namespace jamesiarmes\PhpEws\Response;

/**
 * Response to a request to create a folder path.
 *
 * @package php-ews\Response
 */
class CreateFolderPathResponseType extends BaseResponseMessageType
{

}