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

namespace jamesiarmes\PhpEws\Type;

/**
 * Represents an attendee that was resolved as a distribution list but the
 * distribution list was too large to expand.
 *
 * @package php-ews\Type
 */
class TooBigGroupAttendeeConflictData extends AttendeeConflictData
{

}