summaryrefslogblamecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/ImAddressDictionaryType.php
blob: 952440b6c40b29b7d62f0909462c66b2542b9451 (plain) (tree)
























                                                                        
<?php
/**
 * Contains \jamesiarmes\PhpEws\Type\ImAddressDictionaryType.
 */

namespace jamesiarmes\PhpEws\Type;

use \jamesiarmes\PhpEws\Type;

/**
 * Represents a collection of instant messaging addresses for a contact.
 *
 * @package php-ews\Type
 */
class ImAddressDictionaryType extends Type
{
    /**
     * Represents an instant messaging address for a contact.
     *
     * @since Exchange 2007
     *
     * @var \jamesiarmes\PhpEws\Type\ImAddressDictionaryEntryType
     */
    public $Entry;
}