We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14aba09 commit 60c9a12Copy full SHA for 60c9a12
Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Email-Exchange/Invoke-ExecEmailForward.ps1
@@ -14,7 +14,6 @@ Function Invoke-ExecEmailForward {
14
$username = $request.body.userid
15
$ForwardingAddress = $request.body.ForwardInternal.value
16
$ForwardingSMTPAddress = $request.body.ForwardExternal
17
- $DisableForwarding = $request.body.disableForwarding
18
$ForwardOption = $request.body.forwardOption
19
$APIName = $TriggerMetadata.FunctionName
20
[bool]$KeepCopy = if ($request.body.keepCopy -eq 'true') { $true } else { $false }
0 commit comments