%PDF- %PDF-
Direktori : /www/varak.net/mail2.varak.net_old/libraries/MailSo/Mime/Enumerations/ |
Current File : /www/varak.net/mail2.varak.net_old/libraries/MailSo/Mime/Enumerations/Sensitivity.php |
<?php /* * Copyright 2004-2014, AfterLogic Corp. * Licensed under AGPLv3 license or AfterLogic license * if commercial version of the product was purchased. * See the LICENSE file for a full license statement. */ namespace MailSo\Mime\Enumerations; /** * @category MailSo * @package Mime * @subpackage Enumerations */ class Sensitivity { const NOTHING = 0; const CONFIDENTIAL = 1; const PRIVATE_ = 2; const PERSONAL = 3; }