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

namespace jamesiarmes\PhpEws\Response;

/**
 * Represents the status and result of a single RefreshSharingFolder operation
 * request.
 *
 * @package php-ews\Response
 */
class RefreshSharingFolderResponseMessageType extends ResponseMessageType
{

}