Exchange Online – You can now use ‘Plus Address’

If you have been using a Gmail account, you may be already aware about the ‘plus address’ (or ‘plus addressing’) which allows you to dynamically create a unique email address, in addition of the ‘fixed’ ones.

Well, you can now enable this ‘plus addressing’ functionality in Exchange Online.

To do so, you need to use Exchange Online PowerShell.

image_thumb

Once connected to Exchange Online, run the below command to enable ‘plus addressing’

Set-OrganizationConfig -AllowPlusAddressInRecipients $true

image_thumb[1]

Then your end-users can create this dynamic address by using Outlook Web Access (aka OWA, aka Outlook on the Web) by creating a new inbox rules.

To create the inbox rule, open  the Gear menu (left on your name) and then choose View all Outlook settings at the bottom and finally access the MailRules blade

image_thumb[2]  image_thumb[3]  image_thumb[4]

The rule must use the below condition Recipient address includes and then define the ‘plus’ address which must include the + sign (like me+something@yourdomain.com)

image_thumb[5]