Skip to content

Commit 60c9a12

Browse files
fix disabled
1 parent 14aba09 commit 60c9a12

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Email-Exchange/Invoke-ExecEmailForward.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ Function Invoke-ExecEmailForward {
1414
$username = $request.body.userid
1515
$ForwardingAddress = $request.body.ForwardInternal.value
1616
$ForwardingSMTPAddress = $request.body.ForwardExternal
17-
$DisableForwarding = $request.body.disableForwarding
1817
$ForwardOption = $request.body.forwardOption
1918
$APIName = $TriggerMetadata.FunctionName
2019
[bool]$KeepCopy = if ($request.body.keepCopy -eq 'true') { $true } else { $false }

0 commit comments

Comments
 (0)