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

namespace jamesiarmes\PhpEws\Type;

use \jamesiarmes\PhpEws\Type;

/**
 * Represents a response object that is used to remove a meeting item when a
 * MeetingCancellation message is received.
 *
 * @package php-ews\Type
 */
class RemoveItemType extends ResponseObjectType
{

}