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

namespace jamesiarmes\PhpEws\Response;

/**
 * Defines the response to an UpdateFolder request.
 *
 * @package php-ews\Response
 */
class UpdateFolderResponseType extends BaseResponseMessageType
{

}