Skip to content

Commit

Permalink
Update preferences-outlook.md
Browse files Browse the repository at this point in the history
Added 3 new pref keys
  • Loading branch information
pawankap-MSFT authored Aug 23, 2024
1 parent dc1a8f6 commit 425a184
Showing 1 changed file with 48 additions and 3 deletions.
51 changes: 48 additions & 3 deletions microsoft-365-apps/mac/preferences-outlook.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,11 @@ All of these keys are CFPreferences-compatible, which means that they can be set
The following list shows the preferences that are covered in this article:

- [Allow only corporate mailboxes to be added](#allow-only-corporate-mailboxes-to-be-added)
- [Block access to mailboxes from unauthorized domains](#block-access-to-mailboxes-from-unauthorized-domains)
- [Allow S/MIME certificates without a matching email address](#allow-smime-certificates-without-a-matching-email-address)
- [Automatically configure Microsoft 365 mailbox on first launch](#automatically-configure-microsoft-365-mailbox-on-first-launch)
- [Block access to mailboxes from unauthorized domains](#block-access-to-mailboxes-from-unauthorized-domains)
- [Disable automatic updating of weather location](#disable-automatic-updating-of-weather-location)
- [Disable calendar sharing permissions](#disable-calendar-sharing-permissions)
- [Disable "Do Not Forward"](#disable-do-not-forward)
- [Disable "Do not send a response"](#disable-do-not-send-a-response)
- [Disable "Encrypt-Only"](#disable-encrypt-only)
Expand All @@ -53,11 +54,12 @@ The following list shows the preferences that are covered in this article:
- [Disable import](#disable-import)
- [Disable Junk settings](#disable-junk-settings)
- [Disable Pride theme](#disable-pride-theme)
- [Disable signatures](#disable-signatures)
- [Disable retention messages](#disable-retention-messages)
- [Disable setting someone as a delegate](#disable-setting-someone-as-a-delegate)
- [Prevent users from sharing any mail folder with other users](#disable-sharing-of-mail-folders)
- [Disable signatures](#disable-signatures)
- [Disable Skype for Business online meetings](#disable-skype-for-business-online-meetings)
- [Disable S/MIME](#disable-smime)
- [Trust AutoDiscover redirects](#trust-autodiscover-redirects)
- [Disable Teams online meetings](#disable-teams-online-meetings)
- [Enable new Outlook](#enable-new-outlook)
- [Hide local folders](#hide-local-folders)
Expand All @@ -67,6 +69,7 @@ The following list shows the preferences that are covered in this article:
- [Specify default weather location](#specify-default-weather-location)
- [Specify Microsoft 365 mailbox to be added on first launch](#specify-microsoft-365-mailbox-to-be-added-on-first-launch)
- [Specify when pictures are downloaded for email](#specify-when-pictures-are-downloaded-for-email)
- [Trust AutoDiscover redirects](#trust-autodiscover-redirects)

## Mailbox settings

Expand Down Expand Up @@ -168,6 +171,20 @@ Prevent users from being able to export archive files (.olm).
|Requires Configuration Profile| Yes |
|Availability|16.18 |

### Disable sharing of mail folders

Prevent users from sharing any mail folder with other users.

|Category|Details|
|:-----|:-----|
|Domain| com.microsoft.Outlook |
|Key| DisableFolderPermissionsSetup|
|Data Type| Boolean|
|Possible values| false (default) <br/> true |
|Requires Configuration Profile| Yes |
|Availability| 16.89|
|Comments|Only applies to the [new Outlook](https://support.microsoft.com/office/6283be54-e74d-434e-babb-b70cefc77439). |

## Meetings settings

### Disable "Do not send a response"
Expand Down Expand Up @@ -209,6 +226,34 @@ Prevent users from adding Teams online meeting details to events.
|Requires Configuration Profile| Yes |
|Availability| 16.20|

### Disable calendar sharing permissions

Prevent users from sharing their calendar.

|Category|Details|
|:-----|:-----|
|Domain| com.microsoft.Outlook |
|Key| DisableCalendarSharingPermissionsSetup|
|Data Type| Boolean|
|Possible values| false (default) <br/> true |
|Requires Configuration Profile| Yes |
|Availability| 16.48|
|Comments|Only applies to the [new Outlook](https://support.microsoft.com/office/6283be54-e74d-434e-babb-b70cefc77439). |

### Disable setting someone as a Delegate

Prevent a user from adding another user as their delegate.

|Category|Details|
|:-----|:-----|
|Domain| com.microsoft.Outlook |
|Key| DisableDelegationPermissionsSetup|
|Data Type| Boolean|
|Possible values| false (default) <br/> true |
|Requires Configuration Profile| Yes |
|Availability| 16.48|
|Comments|Only applies to the [new Outlook](https://support.microsoft.com/office/6283be54-e74d-434e-babb-b70cefc77439). |

## Security settings

### Disable "Encrypt-Only"
Expand Down

0 comments on commit 425a184

Please sign in to comment.