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

namespace jamesiarmes\PhpEws\Type;

/**
 * Represents an Accept reply to a meeting request.
 *
 * @package php-ews\Type
 */
class AcceptItemType extends WellKnownResponseObjectType
{

}