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

namespace jamesiarmes\PhpEws\Type;

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

}