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

namespace jamesiarmes\PhpEws\Response;

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

}