A shared mailbox is a mailbox that multiple users can utilize to read and send email messages. It doesn't possess its own username and password, so users can't log into it directly. To access a shared mailbox, users must first be granted “Send As” and/or “Full Access” permissions to the mailbox. Once this is done, users can sign into their own mailboxes and then access the shared mailbox by adding it to their Outlook profile.
In addition, shared mailboxes can be used to provide a communal calendar, allowing multiple users to schedule and view items such as vacation time or work shifts.
Why should I set up a shared mailbox?
- It provides a generic email address (for example, info@contoso.com or sales@contoso.com), that customers can use to inquire about your company.
- It allows departments that provide centralized services to employees (for example, help desk, human resources, or printing services), to respond to employee questions.
- It allows multiple users to monitor and reply to emails sent to an email address (for example, an address used specifically by the help desk).
How do I set up a shared mailbox?
Here are three methods for creating a shared mailbox:
1. Creating shared mailboxes in the Exchange Admin Center
Pre-requisites
Before you can perform this procedure or related procedures, you need to be assigned the necessary permissions. To see which permissions you require, please refer to the “User mailboxes” entry in the Recipients permissions topic.
Step-by-step process to create a shared mailbox
- In the Exchange Admin Center, navigate to Recipients > Mailboxes > Add shared mailbox.

- Fill in the required fields ("display name" and “email address”) and click “Create”.

- At this point, click “Add users to this mailbox”.

- Select “Add members”.

- Select the users you want to grant the “Full access” and “Send as” delegation permissions to.

- Confirm your choice.

- Wait for the confirmation message. Note that changes might take up to 60 minutes to take effect.

2. Creating a shared mailbox in PowerShell
#Create Shared Mailbox cmdlets
New-Mailbox
Set-Mailbox
Add-MailboxPermission
Example:
#Create Shared Mailbox Example
New-Mailbox -Shared -Name "Sales Department" -DisplayName "Sales Department" -Alias Sales
Set-Mailbox -Identity Sales -GrantSendOnBehalfTo MarketingSG
Add-MailboxPermission -Identity Sales -User MarketingSG -AccessRights FullAccess -InheritanceType All
This example creates the shared mailbox “Sales Department” and grants “Full Access” and “Send on Behalf” permissions for the security group “MarketingSG”. Users who are members of the security group will be granted access to the mailbox.
This example assumes that you've already created a mail-enabled security group named “MarketingSG” by using the New-DistributionGroup
cmdlet. For more information, please refer to the Use the Exchange Management Shell to create a shared mailbox documentation.
You can use the following permissions with a shared mailbox:
- Full Access: this permission lets a user log into the shared mailbox and act as the owner of that mailbox. While logged in, the user can create calendar items; read, view, delete, and change email messages; create tasks and calendar contacts. However, a user with “Full Access” permission can't send email from the shared mailbox unless they also have “Send As” or “Send on Behalf” permission.
- Send As: this permission lets a user impersonate the shared mailbox when sending mail. For example, if Jack logs into the shared mailbox “Marketing Department” and sends an email, it will appear as though the email was sent by the Marketing Department.
-
Send on Behalf: this permission lets a user send an email on behalf of the shared mailbox. For example, if John logs into the shared mailbox “Reception Building 32” and sends an email, it will appear as though the mail was sent by “John on behalf of Reception Building 32”. The EAC cannot be used to grant “Send on Behalf” permissions; instead, use the Set-Mailbox cmdlet with the
GrantSendonBehalf
parameter.
For more details, please refer to the following link: Which permissions should you use?
Please refer to the following documentation to learn how to add the shared mailbox in your Outlook: Open and use a shared mailbox in Outlook.
Shared mailboxes over 50GB or with an archive enabled require an Exchange Online license (or equivalent).
2. Creating a shared mailbox in CoreView
Follow these steps to create a shared Mailbox using CoreView:
- Navigate to the CoreView app and search for “Create shared Mailbox” in the search bar at the top of the page.

- As an alternative, go to ACTIONS > Management actions > Mailbox > “Create Shared Mailbox”.

- Complete all required details to create the shared mailbox.

- In the “Delegation” tab, add the users who will have access to the shared mailbox and select the desired types) of permission delegation.

- Click “Submit” to create the shared mailbox.
Operators will only be able to view and manage mailboxes that fall within their defined V-Tenant scope.
With CoreView, you can manage every aspect of mailbox permissions, as well as easily create, manage, monitor, and delete mailbox objects and their configurations, all within the scope of your V-Tenant.