Skip to main content
Solved

Can you configure the Undo Send: "wait to send message" time?

  • June 24, 2024
  • 2 replies
  • 36 views

Forum|alt.badge.img+4

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?

Best answer by HappyMac

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>

2 replies

HappyMac
Forum|alt.badge.img+3
  • New Contributor
  • Answer
  • June 27, 2024

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>

Forum|alt.badge.img+4
  • Author
  • New Contributor
  • June 27, 2024

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.