exchange
2917 TopicsReplying to emails from M365 Outlook group
A problem I am stumped with, so I am reaching out for some help/guidance. One group wants to not have the emails going into their own inbox but manage and reply only from the group inbox itself (so they know the email has been processed by deleting it once replied). It worked OK to begin with and then some users couldn't reply, then more. Some still can. I have tried reindexing local copy, using browser instead of app & changing the send on behalf of permissions. Owner or member of group doesn't seem to make a difference. Error messages include "This message can't be sent because it no longer exists. It can only be discarded. Make sure you copy the contents of the message before you discard if you want to use them later." and "Couldn't send this message". Please see screenshots attached. My questions: 1: Is Outlook on M365 designed to allow users to reply from the group either as the "group" or as themselves? Information I found isn't clear. 2: If it is / can be - what can I do to make it work for all users? Thanks!24Views0likes0CommentsCreate bookingStaffMember also requires Add-MailboxPermission
I created an Entra application with the required Graph permissions to manage Bookings scheduling mailboxes so that I could update the staffing for a Bookings page that I'm not a staff member of. Using that application to request a Microsoft Graph access token, meant I had the required permissions to add a user account (that already had a Bookings license) as an "administrator" (role) for a Bookings page (Bookings business), to replace another person who was the previous Bookings page administrator, but who had since left. I used https://learn.microsoft.com/en-us/graph/api/bookingbusiness-post-staffmembers?view=graph-rest-1.0&tabs=powershell to do this. For the record, I was not able to do this using https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.bookings/new-mgbookingbusinessstaffmember?view=graph-powershell-1.0 using Microsoft.Graph.Bookings module version 2.30.0, presumably because I am not a staff member with the Bookings "administrator" role for that particular Bookings page. However, the newly added user could not access that Bookings page at https://outlook.office.com/bookings/homepage until a further step had been completed (Error: "You don't have access to this booking page" shows instead). To ensure the new Bookings page administrator could access the Bookings page, I needed to add mailbox permissions, which I used https://learn.microsoft.com/en-us/powershell/module/exchangepowershell/add-mailboxpermission?view=exchange-ps for. I found that giving the new Bookings page administrator full access to the scheduling mailbox ensured they could access the Bookings page. Example using ExchangeOnlineManagement PowerShell module: Add-MailboxPermission -Identity email address removed for privacy reasons -User email address removed for privacy reasons -AccessRights FullAccess If there is a more efficient way for an system admin to add new staff to a Bookings page, please let me know - otherwise, hopefully this helps someone who gets stuck 😊58Views0likes1CommentPractical Graph: Analyzing External Meeting Participants for Teams Meetings
A reader asked if it's possible to analyze the external meeting participants for Teams online events. The information is available through the Events Graph API, and some PowerShell code written using the Graph PowerShell SDK quickly extracts events to analyze and determine the set of external domains meeting participants come from. https://practical365.com/external-meeting-participants-analysis/21Views0likes0CommentsUnable to whitelist quarantined emails
We have an email that is being constantly quarantined from a webform. The email comes from the email of the web form server, but is spoofing an internal address in our tenant by design. The email keeps getting blocked, and nothing we've tried as far as transport rules, whitelist additions, etc has been able to discernably affect this. There is a option to create a tenant allow list entry but the maximum duration is 45 days. We need a way to reliably whitelist an email indefinitely.97Views0likes1CommentOutlook 365: Folder sorting resets automatically to A–Z
Outlook 365 – Folder sorting resets automatically Environment: - Outlook desktop app (Microsoft 365) - Exchange / Office 365 mailbox - Dark mode enabled - Multiple shared mailboxes Problem description: Outlook automatically changes the folder sorting/display settings without user action. The option “Sort subfolders A to Z” reactivates randomly during the day. The configured sorting (e.g., Received – Descending) resets several times per day. In View Settings, the sorting remains configured correctly, but visually Outlook displays a different order. The issue occurs across multiple folders (Inbox, shared mailboxes). Actions already taken: - Verified and modified sorting via View > View Settings > Sort. - Applied the same view to multiple folders. - Confirmed that the settings remain saved correctly. - Issue persists: the parameter stays the same, but Outlook displays mails differently after refresh. Possible causes considered: 1. Outlook bug – display refresh resets the sorting visually even though settings remain unchanged. 2. Corrupted Outlook views – local view definition might be corrupted (outlook.exe /cleanviews). 3. Outlook add-in – third-party add-in may override sorting. 4. Exchange synchronization – server-side policy may enforce default sorting on shared mailboxes. 5. Recent Microsoft 365 updates – some users have reported similar issues in 2025 (views automatically resetting). Request: - Confirm whether this is a known Outlook 365 bug related to automatic resetting of folder views/sorting. - Provide solution or patch/workaround. - Official Microsoft recommendations to prevent Outlook from reverting to A → Z sorting automatically.76Views0likes0Comments