Skip to content

Commit 961b881

Browse files
authored
Merge pull request KelvinTegelaar#3778 from kris6673/fix-MessageCopyForSentAsEnabled
Add MessageCopyForSentAsEnabled property
2 parents 2f4081d + c00b98f commit 961b881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/CippComponents/CippExchangeActions.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ export const CippExchangeActions = () => {
151151
label: "Copy Sent Items to Shared Mailbox",
152152
type: "POST",
153153
url: "/api/ExecCopyForSent",
154-
data: { ID: "UPN" },
154+
data: { ID: "UPN", MessageCopyForSentAsEnabled: true },
155155
confirmText: "Are you sure you want to enable Copy Sent Items to Shared Mailbox?",
156156
icon: <MailOutline />,
157157
condition: (row) =>

0 commit comments

Comments
 (0)