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

namespace jamesiarmes\PhpEws\Response;

/**
 * Defines the status and result of a RemoveDelegate Operation request.
 *
 * @package php-ews\Response
 */
class RemoveDelegateResponseMessageType extends BaseDelegateResponseMessageType
{

}