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?
Page 1 / 1
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>
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>
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.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.