summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/ResponseObjectCoreType.php
blob: 5dc8fbe65822477cc9b8cb158ce62b2d8be1439a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?php
/**
 * Contains \jamesiarmes\PhpEws\Type\ResponseObjectCoreType;
 */

namespace jamesiarmes\PhpEws\Type;

/**
 * Internal abstract base type for reply objects.
 *
 * @package php-ews\Type
 */
abstract class ResponseObjectCoreType extends MessageType
{
    /**
     * The name of this reply object class as an English string.
     *
     * The client application is required to translate it if it's running in a
     * different locale.
     *
     * @since Exchange 2007
     *
     * @var string
     */
    public $ObjectName;
}