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

namespace jamesiarmes\PhpEws\Request;

/**
 * Defines the request to get the retention tags associated with the user.
 *
 * @package php-ews\Request
 */
class GetUserRetentionPolicyTagsType extends BaseRequestType
{

}