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

namespace jamesiarmes\PhpEws\Type;

/**
 * Represents a reply to the sender of an item in the Exchange store.
 *
 * @package php-ews\Type
 */
class ReplyToItemType extends SmartResponseType
{

}