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

namespace jamesiarmes\PhpEws\Response;

/**
 * Defines the response to a MarkAsJunk request.
 *
 * @package php-ews\Response
 */
class MarkAsJunkResponseType extends BaseResponseMessageType
{

}