summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/TasksFolderType.php
blob: 5039a838e635c6fa8fb17a9d40b21ebce69d6122 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
/**
 * Contains \jamesiarmes\PhpEws\Type\TasksFolderType.
 */

namespace jamesiarmes\PhpEws\Type;

/**
 * Represents a Tasks folder that is contained in a mailbox.
 *
 * @package php-ews\Type
 */
class TasksFolderType extends FolderType
{

}