summaryrefslogblamecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/AlternatePublicFolderIdType.php
blob: 96a5c01c5e47b418139132e277e05cf71f73096a (plain) (tree)






















                                                                                
<?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;
}