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

namespace jamesiarmes\PhpEws\Type;

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