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

namespace jamesiarmes\PhpEws\Type;

/**
 * Represents a meeting cancellation in the Exchange store.
 *
 * @package php-ews\Type
 */
class MeetingCancellationMessageType extends MeetingMessageType
{

}