A common question about Outlook 2016 for Mac is 'How can we change the default font size for incoming mail?' It's obvious how to do this for outgoing mail ( Preferences > Fonts), and it is easy to temporarily change the font size using CMD+ or CMD-, but there does not appear to be a way to permanently change the default font size for incoming mail via the GUI. After speaking with Microsoft Technical Support, and doing a bit of research, I thought I would post a workaround here.

How to use outlook with mac

The steps to modify the default attachment limit depend on the type of email account that you are using with Outlook. Important This article contains information about how to modify the registry. Make sure that you back up the registry before you modify it. Nov 14, 2016 - How to Change the Default Look and Size of Fonts in Outlook. How to Play Cuphead and Other PC Games on a Mac.

Warning: Follow this procedure at your own risk. You may want to back up any files before changing them. Close Microsoft Outlook. From Terminal.app, change to this folder: /Users//Library/Containers/com.microsoft.Outlook/Data/Library/Preferences Notice that this path is different, and longer, than the normal location of plist files. At this location, there should be a file called com.microsoft.Outlook.plist. The full path to the plist file will probably be: /Users//Library/Containers/com.microsoft.Outlook/Data/Library/Preferences/com.microsoft.plist 3. From this folder, run this command: sudo defaults write com.microsoft.Outlook PlainTextWebPrefsIdentifierWebKitDefaultFontSize -int Type your password if prompted.

This will change the default font size for plain text. You can also change the font size for HTML messages: sudo defaults write com.microsoft.Outlook HTMLWebPrefsIdentifierWebKitDefaultFontSize -int 4. Windows movie player download for mac. Restart Microsoft Outlook. The new font size should be apparent when reading incoming mail. 2017 bitdefender antivirus for mac serial. Additional information Microsoft appears to be using binary plists. These differ from the usual XML-style plists that Mac users are used to. If you want to open the plist to edit with a text editor, you will first need to convert it to XML using the plutil command: plutil -convert xml1 com.microsoft.Outlook.plist This converts the plist to XML and allows you to edit it from a text editor.

Mac

When you re-open Outlook, it should be converted back to the binary format. You can also convert it to binary, manually, by using plutil: plutil -convert binary1 com.microsoft.Outlook.plist Note: I am not a Microsoft employee. I don't know why Microsoft doesn't just include this functionality in the GUI to make it easy. But this will hopefully be helpful to people who have been searching for a workaround.