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

namespace jamesiarmes\PhpEws\Type;

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

}