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

namespace jamesiarmes\PhpEws\Type;

/**
 * Used to accept an invitation that allows access to another user’s calendar or
 * contacts data.
 *
 * @package php-ews\Type
 */
class AcceptSharingInvitationType extends ReferenceItemResponseType
{

}