If the goal is to remove unused or obsolete email addresses from Microsoft services, the options depend on where those addresses are stored or used.
- Remove an email account from classic Outlook for Windows
If the old addresses are set up as accounts in classic Outlook for Windows (Microsoft 365 subscription, Outlook 2019, or Outlook 2016):
- Open classic Outlook for Windows.
- Select File (top-left).
- Select Account Settings > Account Settings.
- In the Email tab, select the account (old email address) to remove.
- Select Remove.
- Confirm the warning that offline cached content for that account will be deleted from the computer, then select Yes.
This stops Outlook from sending/receiving mail for that address on the PC. It does not deactivate the email account at the provider.
- Remove an email address from an Exchange mailbox (admin scenario)
If the old addresses are secondary addresses on an Exchange mailbox (for example, in a work or school environment), an administrator can remove them.
Using the Exchange admin center (EAC):
- Go to Recipients > Mailboxes.
- Select the mailbox that has the old address and choose Edit.
- Open the Email Address tab.
- Select the old email address and choose Remove.
- Select Save.
Using Exchange Management Shell / PowerShell:
Set-Mailbox "User Name" -EmailAddresses @{remove="oldaddress@example.com"}
To remove multiple addresses:
Set-Mailbox "User Name" -EmailAddresses @{remove="old1@example.com","old2@example.com"}
To verify removal:
Get-Mailbox <identity> | Format-List EmailAddresses
- Remove an email alias from a Microsoft account (important limitation)
If an old address is an alias on a Microsoft account (for example, an @outlook.com or @hotmail.com alias), removing it is permanent and it cannot be re‑used on any Microsoft account again. This behavior is documented in the Outlook.com alias article referenced in the Q&A excerpts. Removing such an alias is only appropriate if it is truly no longer needed.
- Remove suppressed or blocked email addresses in Dynamics 365 Customer Insights – Journeys
If the concern is about old or invalid addresses in a suppression list used for marketing emails:
- In Customer Insights – Journeys, open Contacts.
- Select the contact and go to the Communication tab.
- For addresses in the On suppression list category, select Remove from suppression list if they are eligible.
Addresses marked Permanently blocked cannot be removed because they are ineligible or will be re‑suppressed immediately.
References: