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

namespace jamesiarmes\PhpEws\Response;

/**
 * Contains the status and result of an AddDelegate Operation request.
 *
 * @package php-ews\Response
 */
class AddDelegateResponseMessageType extends BaseDelegateResponseMessageType
{

}