Recommended settings for configuration of delegations in Outlook

Paul Thompson 41 Reputation points Microsoft Employee
2023-08-16T15:08:35.57+00:00

I am seeking documentation and/or best practices on proper way to configure delegations in Outlook for users like Administrative Assistants who have delegations to multiple calendars they support. Examples to include considerations like MAPI vs REST, NT Authority, etc.

Also, how can we remove access to a mailbox given to a delegate?

Product: Outlook 2016

Exchange Online
Exchange Online

A cloud-based service included in Microsoft 365, delivering scalable messaging and collaboration features with simplified management and automatic updates.

Outlook | Windows | Classic Outlook for Windows | For business
0 comments No comments

Answer accepted by question author
Kai Yao 37,791 Reputation points Moderator
2023-08-17T01:57:14.3266667+00:00

Hi @Paul Thompson,

Please refer to this documentation for detailed guide:

Allow someone else to manage your mail and calendar

In short, as an end user, if he would like to share his calendar to others for management purpose, he can add others as his delegates and assign permissions in Outlook. (refer to the Make someone my delegate part)

Example (give user01 delegate access to calendar and assign Editor permission):

01

If the user wants to remove the delegate access, he can simply remove user01 from the box in the above screenshot.


As Exchange administrators, if you would like to manage delegate permissions for end users, you can use the Add-MailboxFolderPermission cmdlet in Exchange Powershell.

Example (adds Julia as a calendar delegate to Ayla's mailbox, but without access to private items.):

Add-MailboxFolderPermission -Identity ******@contoso.com:\Calendar -User ******@contoso.com -AccessRights Editor -SharingPermissionFlags Delegate

If you would like to remove the delegate access, use the Remove-MailboxFolderPermission cmdlet.


If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". 

Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

Was this answer helpful?

1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.