<?php


if (!defined('IN_CONTEXT')) die('access violation error!');

/**
 * Bulletin object
 * 
 */
class Email extends RecordObject {
}
?>