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

namespace jamesiarmes\PhpEws\Type;

/**
 * Represents an Exchange store item to forward to recipients.
 *
 * @package php-ews\Type
 */
class ForwardItemType extends SmartResponseType
{

}