Sending, receiving, and organizing email in Outlook.com
In Conversation view this behavior is by design and is documented as part of the item multi‑select feature and its limitations for Outlook add-ins.
Key points from the documented behavior:
- Item multi-select only supports messages within an Exchange mailbox and is Conversation‑view aware. When Conversations view is enabled, selection can include additional items beyond those explicitly clicked.
- When multiple messages in a conversation stack are selected, “all chosen messages in the same conversation are included in the selection,” even if some are in different folders, as long as they are part of that conversation and the view is expanded.
- In collapsed Conversation view, Outlook on the web and the new Outlook on Windows select all messages in the conversation stack when the conversation header is selected, including messages in other folders.
- There is also a hard limit of 100 messages in a multi-select operation.
From an add-in perspective, this means:
- The add-in receives the selection as Outlook defines it in Conversation view, not just the items explicitly clicked.
- When a user selects multiple items and at least one is part of a conversation, Outlook may expand the selection to include all messages in that conversation, which is consistent with the documented “Multi-select in conversations” behavior, not treated as a bug.
If the desired UX is to process only explicitly clicked items, the add-in must apply its own filtering logic over the selected items it receives (for example, by ignoring additional items beyond those the add-in wants to treat as “explicitly selected”), but Outlook’s underlying selection behavior in Conversation view is working as specified.
References: