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

namespace jamesiarmes\PhpEws\Response;

/**
 * Represents the push notifications that are sent by the computer that is
 * running Microsoft Exchange Server 2007 to the client application.
 *
 * @package php-ews\Response
 */
class SendNotificationResponseType extends BaseResponseMessageType
{

}