summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/AlternatePublicFolderItemIdType.php
blob: 682366986a39727fce779cb4eaa83d0f282b3654 (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
<?php
/**
 * Contains \jamesiarmes\PhpEws\Type\AlternatePublicFolderItemIdType.
 */

namespace jamesiarmes\PhpEws\Type;

/**
 * Describes a public folder item identifier to convert to another identifier
 * format.
 *
 * @package php-ews\Type
 */
class AlternatePublicFolderItemIdType extends AlternatePublicFolderIdType
{
    /**
     * Identifier the public folder item to convert.
     *
     * @since Exchange 2007 SP1
     *
     * @var string
     */
    public $ItemId;
}