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

namespace jamesiarmes\PhpEws\Type;

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

}