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

namespace jamesiarmes\PhpEws\Response;

/**
 * Defines a response to a CreateAttachment request.
 *
 * @package php-ews\Response
 */
class CreateAttachmentResponseType extends BaseResponseMessageType
{

}