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

namespace jamesiarmes\PhpEws\Type;

/**
 * Represents an unresolvable attendee or an attendee that is not a user,
 * distribution list, or contact.
 *
 * @package php-ews\Type
 */
class UnknownAttendeeConflictData extends AttendeeConflictData
{

}