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

namespace jamesiarmes\PhpEws\Type;

/**
 * Used to suppress read receipts.
 *
 * @package php-ews\Type
 */
class SuppressReadReceiptType extends ReferenceItemResponseType
{

}