Page MenuHomePhorge

SmartForward.php
No OneTemporary

Authored By
Unknown
Size
1 KB
Referenced Files
None
Subscribers
None

SmartForward.php

<?php
/**
* Syncroton
*
* @package Model
* @license http://www.tine20.org/licenses/lgpl.html LGPL Version 3
* @copyright Copyright (c) 2012-2012 Metaways Infosystems GmbH (http://www.metaways.de)
* @copyright Copyright (c) 2012-2012 KolabSYstems AG (http://www.kolabsys.com)
* @author Lars Kneschke <l.kneschke@metaways.de>
* @author Aleksander Machniak <machniak@kolabsys.com>
*/
/**
* Class to handle ActiveSync SmartForward element
*
* @package Syncroton
* @subpackage Model
*/
class Syncroton_Model_SmartForward extends Syncroton_Model_AXMLEntry
{
protected $_properties = array(
'ComposeMail' => array(
'accountId' => array('type' => 'string'),
'clientId' => array('type' => 'string'),
'mime' => array('type' => 'byteArray'),
'replaceMime' => array('type' => 'string'),
'saveInSentItems' => array('type' => 'string'),
'source' => array('type' => 'container'), // or string
'status' => array('type' => 'number'),
),
'RightsManagement' => array(
'templateID' => array('type' => 'string'),
)
);
}

File Metadata

Mime Type
text/x-php
Expires
Mon, Apr 6, 1:14 AM (3 d, 17 h ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
d8/eb/f005d685f5bfd0b1e406174b4d9c
Default Alt Text
SmartForward.php (1 KB)

Event Timeline