TwistPHP Documentation

setSensitivity

File path: dist/twist/Core/Models/Email/Create.model.php
Namespace: Twist\Core\Models\Email
Extends:

setSensitivityEmail sensitivity is not widely used but can be set if and when required.
Level 1 = Company-Confidential
Level 2 = Private
Level 3 = Personal
Level 4 = Normal

Parameters

Name Type Description
[$intPriority = 4]integern/a

Return Values

void — No return information has been documented for this function.

Example

<?php
//Set the variables for the example
$intPriority 4;

//Call the function setSensitivity with the example vars
$resCreate = new \Twist\Core\Models\Email\Create();
$resCreate -> setSensitivity($intPriority);