File path: dist/twist/Core/Models/Email/Create.model.php
Namespace: Twist\Core\Models\Email
setSensitivity
— Email 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
Name | Description |
---|---|
[$intPriority = 4] | n/a |
void — No return information has been documented for this function.
<?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);