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

namespace jamesiarmes\PhpEws\Type;

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

}