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

namespace jamesiarmes\PhpEws\Response;

/**
 * Represents the status and result of an UpdateDelegate Operation request.
 *
 * @package php-ews\Response
 */
class UpdateDelegateResponseMessageType extends BaseDelegateResponseMessageType
{

}