A cloud-based service included in Microsoft 365, delivering scalable messaging and collaboration features with simplified management and automatic updates.
Hi @Surekha Yeddula
Thank you for posting your question in the Q&A Forum.
Based on the current architecture of Exchange Online, here is some information that may clarify the behavior you're seeing:
In Exchange Online, Mail Flow Rules (Transport Rules) typically operate at the Transport Pipeline level while a message is in transit. Since this occurs before the message is delivered to the mailbox database, these rules generally do not have visibility into a user's specific folder hierarchy (e.g., Inbox > Quote). This is why the "Move to Folder" action is not visible in the Exchange Admin Center (EAC).
For scenarios involving thousands of mailboxes, administrators commonly use the following Microsoft-supported approaches:
- Exchange Online PowerShell: Using the
New-InboxRulecmdlet to programmatically deploy rules across multiple mailboxes. - Microsoft Graph API: A programmatic approach for automating mailbox settings and managing
messageRulesat scale. - Retention Tags & Policies: Utilizing the Microsoft Purview compliance portal to manage message lifecycles based on specific criteria.
For further technical details and implementation guidance, you may find these resources helpful:
- Mail flow rules in Exchange Online: https://learn.microsoft.com/en-us/exchange/security-and-compliance/mail-flow-rules/mail-flow-rules
- New-InboxRule (ExchangePowerShell): https://learn.microsoft.com/en-us/powershell/module/exchange/new-inboxrule
- Outlook mail API (Microsoft Graph): https://learn.microsoft.com/en-us/graph/outlook-mail-concept-overview
I hope this information helps explain the architectural behavior of these features.
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.