Posted on 06-24-2024 02:09 PM
Hello, I would like to configure the "Wait to send Messages for -+ " under the "Undo Send" to 20 seconds for all MacBook Outlook clients through JAMF Pro. Can this be done?
Solved! Go to Solution.
Posted on 06-26-2024 05:06 PM
You should be able to do this with a configuration profile.
Application & Custom Settings > Upload
Domain: com.microsoft.Outlook
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>MailComposeUndoSendDelay</key>
<integer>20</integer>
</dict>
</plist>
Posted on 06-26-2024 05:06 PM
You should be able to do this with a configuration profile.
Application & Custom Settings > Upload
Domain: com.microsoft.Outlook
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>MailComposeUndoSendDelay</key>
<integer>20</integer>
</dict>
</plist>
Posted on 06-27-2024 11:55 AM
Thanks for the assistance. For those looking at this answer I just wanted to add that it takes affect after Outlook closes. The user can change this setting still, but will revert back if Outlook is closed.