Scenario
When using the Exclaimer Outlook Add-in in Classic Outlook, the signature switcher drop-down may not be available when composing an email from a shared mailbox.
The Add-in pane may display No signatures or only show signatures associated with the shared mailbox, with no option to switch to a personal signature.
Reason
This behavior occurs when you have added the shared mailbox to Classic Outlook as a full, separate account (via File > Account Settings) rather than as a delegated mailbox under the user’s primary account.
When configured as a separate account, Classic Outlook handles the shared mailbox differently. As a result, the Exclaimer Outlook Add-in cannot detect the change of sender required to display the signature switcher.
For the signature switcher to work as expected, configure the shared mailbox as a delegated mailbox under the user's primary Outlook account.
Resolution
To use the Exclaimer signature switcher with a shared mailbox in Classic Outlook, add the shared mailbox as a delegated mailbox under the user's primary account, rather than configuring it as a separate Outlook account.
There are two supported methods:
When a user is granted Full Access permission to a shared mailbox in Microsoft 365, Exchange automapping is enabled by default. This automatically adds the shared mailbox under the user’s primary account in Classic Outlook.
If you have disabled automapping, you can re-enable it using Exchange Online PowerShell.
Run the following commands in Exchange Online PowerShell:
- Connect-ExchangeOnline
- Remove-MailboxPermission -Identity <sharedmailbox@domain.com> -User <user@domain.com> -AccessRights FullAccess
- Add-MailboxPermission -Identity <sharedmailbox@domain.com> -User <user@domain.com> -AccessRights FullAccess -AutoMapping $true
After you apply the change, restart Outlook.
With automapping enabled, the shared mailbox is added under the user's primary account rather than being configured as a separate Outlook account. Automapping mounts the shared mailbox under the user's primary account rather than creating a separate OST file for it.
If you cannot use automapping, you can manually add the shared mailbox under the user's primary account in Classic Outlook.
To do this:
- In Classic Outlook, navigate to the File menu, select Account Settings, then select Account Settings.
- Select the user's primary email account, then select Change.
- Select More Settings, then open the Advanced tab.
- Under Open these additional mailboxes, select Add.
- Enter the shared mailbox email address and select OK.
- Select OK, then Next, then Finish.
- Restart Outlook.
The shared mailbox should now appear under the user's primary account rather than as a separate top-level account.
Before you test the signature switcher, check the following:
- The user has Send As or Send on Behalf permissions for the shared mailbox in Microsoft 365.
- The Senders list for the relevant Exclaimer signature includes the shared mailbox.
- If the shared mailbox account has Sign-in blocked enabled, enable Synchronize Disabled Accounts in Exclaimer.
Once configured, compose a new email, change the From address to the shared mailbox, and open the Exclaimer Add-in pane. The signature switcher should now be available.