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

cookg
New Contributor

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?

1 ACCEPTED SOLUTION

HappyMac
New Contributor

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>

View solution in original post

2 REPLIES 2

HappyMac
New Contributor

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>

cookg
New Contributor

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.