Recent Discussions
How to turn off email forwarding that I did not set.
Started classic outlook this morning to find this in the header in a yellow band... "i EMAIL FORWARDING IS ON You are forwarding your email to mailto:Amanda@opensubscriber.online" I have NO idea who that is, nor did I set it. How to I remove it/fix it?? Dennis5mile71Views0likes3CommentsConditional Formatting to New Outlook Calendar
Please bring Conditional Formatting to the New Outlook Calendar. This is a feature we have in Classic Outlook and something I use regularly to help maintain my organization. I've programmed it to color Work Time separate from Travel Time and various meeting categories so that visually I know a lot about the appointment just by the color.Solved755Views1like3CommentsNew Outlook: "Changing the ImapRemoteServerInfo is not allowed" after host migration
Hi everyone! I've migrated my domain/mailbox from one IMAP host to another in May. It cannot be added to New Outlook for Windows — fails instantly with INVALID_CREDENTIALS INTERACTION_REQUIRED, even when I deliberately enter a wrong password (so it's failing before authentication is even attempted). Using DevTools (olk.exe -devtools), the Network tab shows the real rejection from Microsoft's backend: Changing the ImapRemoteServerInfo is not allowed. Attempted to change it from imap.olddomain.sk to imap.newdomain.sk So New Outlook has a cloud-mailbox / connected-account shadow record for this address, pinned to the old host from a previous add attempt, and the backend refuses to update it. What I've confirmed: Webmail and a second mailbox on the same domain/host both work fine → not credentials, not the host. The account does not appear in Settings → Accounts (so I can't use "Remove from all devices" which worked on my first account). It's on no other device or client. App reset didn't help (record is server-side, not local). It's been ~7 weeks, so any 30-day inactivity purge hasn't cleared it How do I get this stuck cloud-mailbox / connected-account record purged when it isn't attached to any removable account? Is there a way to force it, or does this need Microsoft backend action?119Views0likes5CommentsExcessive Spam, Junk Mail from "geeksquad" email address?
Experiencing some frustration with the following, and thought to see if anyone else is having this issue and/or have found a solution. I've been getting an excessive amount of spam/junk for the last two months, and the majority of it is arriving directly in my inbox. While some of the messages do not have email addresses that I can see (and thus, I frustratingly can't add them/their domain to my spam/block list), the largest number is coming from the email address mailto:geeksquad@emailinfo.geeksquad.com This is obviously a "known" and "safe" email address for BestBuy's Geeksquad. I was reluctant to add it to my "Blocked Senders and Domains" list because I wouldn't want any legitimate BestBuy purchase/reminder/receipt emails being permanently blocked. Sadly, the number of emails haven't gotten so bad, I unfortunately ended up doing just that. What's more, I also removed the same email address from my "Safe Senders and Domains" list. Despite this, I'm still getting tons of spam from the above email address, and most is still arriving directly to my inbox. I'd be happy to just have these email redirected to my junk/spam folder at this point, but it's all becoming quit maddening and annoying. Has anyone else experienced this phenomenon and/or was able to "fix" this from happening? Thank you, and appreciate your collective insight.77KViews5likes95CommentsNew Outlook Office.js Html body insert fails with error 9011 HtmlSanitizationFailure
I am building an Outlook web add-in for New Outlook on Windows. Calling mailbox.item.body.setSelectedDataAsync, prependAsync, or setAsync with CoercionType.Html fails with HtmlSanitizationFailure code 9011 on an empty HTML compose body, even for minimal Learn-style bold markup. CoercionType.Text works on the same client. Is 9011 a known New Outlook issue? Where is this error documented? What is the supported way to insert formatted HTML from an add-in?66Views0likes1CommentAptos preset font size in new installations
Hi, Can anyone confirm what the default Aptos font size in Outlook should be on first use, before any user changes are made to the settings? I’m seeing different default sizes depending on the application: 11 pt — Microsoft 365 Outlook for Windows (Classic) 12 pt — Microsoft 365 Outlook for Windows (New Outlook) 12 pt — Outlook for iOS 12 pt — Outlook for Android Based on the above, it appears that 12 pt may be the current standard default across most Outlook clients, with Classic Outlook for Windows being the exception. However, I haven’t been able to find any definitive Microsoft documentation confirming what the intended default Aptos font size should be. Can anyone confirm whether 12 pt is the official/default size?69Views0likes1CommentOpen the first message in the list
In the past few weeks, something changed to where I no longer have the option of having the first email selected when I navigate to a folder in Outlook (desktop or web client). There used to be an option in settings "What do you want us to do when you open Outlook?" that had a setting of "open the first message in the list", but that is now missing. How do I get that option back? Is there some setting I need to enable to make that option come back? I know the new UI is being forced on us now, but I haven't seen anything indicating that this was a feature that was removed - the option of not having it auto-select the first message was always an option as well, so I don't understand why a way to toggle between the two is no longer present.154Views0likes3CommentsNo New Folder Creation?
I'm in Mac Outlook 16.112, using Legacy view. I'm trying to add a new sub folder and that option is disabled on every right click menu I can find, and doesn't appear in any ribbon menu. What is going on? I have quite a few subfolders, all created using the right-click option. Why is that suddenly unavailable? This is incredibly frustrating. -Monica Sandler Director of Customer Success EstateWorks Systems57Views0likes1CommentAccount hacked with no response from account recovery
Some time ago i had one of my outlook accounts hacked, and of course i went to put in a request to have it recovered, and i have received no response, not even from anything automated, despite increasingly frequent attempts to get, well anything to happen. now im writing this in hopes of getting someone from support or, any outside help in this situation, since it seems like the usual methods aren't working as intended.98Views0likes6CommentsOWA Rich Link Preview: metadata returns HTTP 200 but preview card is never rendered
I am hoping someone from the Outlook team or anyone familiar with the Outlook on the web Link Preview pipeline can help with a reproducible issue that has already been investigated extensively through Microsoft Support. This is not a request for a new feature. It concerns the existing Rich Link Preview functionality that Microsoft currently documents and exposes through Outlook/Exchange configuration. The problem When a public URL is entered into a new Outlook on the web message, Outlook recognises the URL but displays only the normal blue hyperlink. No title, description, image or Rich Link Preview card is inserted. I have reproduced this using multiple unrelated public URLs, including: Microsoft.com Adobe(dot)com YouTube(dot)com The same behaviour occurs across multiple browsers and private/incognito sessions. Configuration already confirmed Both relevant Exchange settings are enabled: Mailbox LinkPreviewEnabled = True Organisation LinkPreviewEnabled = True The Outlook on the web Preview links in email option is also enabled and messages are composed in HTML. The important technical finding Chrome Developer Tools shows that Outlook correctly detects the URL and calls Microsoft’s own preview service: urlp.asm.skype.com/v1/url/info The request completes successfully with: HTTP 200 OK The service returns valid rich-preview metadata including: Title Description Favicon Thumbnail Large thumbnail For example, the YouTube test returned the correct YouTube title, description and valid thumbnail URLs. However, Outlook then does nothing with that successful response. The observable flow is: URL recognised → Microsoft preview service called → HTTP 200 → complete valid metadata returned → Outlook fails to insert/render the Rich Link Preview Further investigation shows: The returned title is never inserted into the compose DOM. Outlook never subsequently requests the thumbnail URL returned by the preview service. There is no LPNoLP suppression attribute on the hyperlink. The behaviour is reproducible across different URLs and browsers. This appears to place the failure after successful metadata retrieval, at the point where Outlook should instantiate or insert the preview component. Why I am raising this here An active Microsoft Support case already contains HAR traces, PowerShell outputs, screenshots, Developer Tools evidence and controlled reproductions. I have spent months troubleshooting this and have reached the point where there is very little more an end user can reasonably isolate. This also has genuine business impact. Professional email presentation matters when competing for customers. Businesses using other email platforms can present links professionally with rich previews while Outlook leaves us with plain blue hyperlinks despite the documented functionality being enabled. I would therefore really appreciate input from someone familiar with Outlook/OWA engineering: What condition or feature state could cause Outlook to successfully retrieve complete Link Preview metadata but then deliberately or incorrectly skip creation of the preview component? Could this involve an Outlook feature flag, mailbox/tenant state, rollout configuration or another client-side gate after the urlp response? I am specifically trying to get the existing documented functionality working correctly, rather than looking for a workaround. I have also submitted the issue through the official Outlook Feedback Portal: https://feedbackportal.microsoft.com/feedback/idea/dc18ed2e-119b-f111-9b47-7c1e52444ef6 If someone from Microsoft needs the existing support-case reference, I am happy to provide it privately.96Views0likes2CommentsAccount Locked: Recovery Form Automatically Rejected (Need Human Assistance)
Hello, I am trying to regain access to my old Microsoft account, br**mailto:email address removed for privacy reasons. Unfortunately, I have forgotten the password and I no longer have access to the phone number linked to the account. I completed the Microsoft account recovery form and provided as much information as possible. However, I received a message saying that the information I provided was insufficient to verify that I own the account. I understand the importance of account security, but I am not sure what else I can do to prove that the account belongs to me. Is there another way to verify my identity or contact Microsoft Support for help? Thank you for your assistance.122Views0likes2Commentsimmagini nellf firma di outlook non sono visualizzate
Le immagini nelle firme di Outlook non vengono visualizzate nell'editor "Firme e carta intestata". Il problema è stato verificato su Outlook 2019 Standard, Outlook 2021 e Outlook 2024. Le firme sono state ricreate da zero e utilizzano immagini locali presenti nella cartella %APPDATA%\Microsoft\Signatures. I file HTM vengono visualizzati correttamente nei browser e le stesse firme funzionano correttamente in Outlook per Microsoft 365. Il problema persiste anche avviando Outlook con outlook.exe /safe. La build testata di Outlook 2019 è 16.0.10417.20197 a 32 bit.62Views0likes1CommentNew Outlook Office.js CoercionType.Html body insert returns HtmlSanitizationFailure code 9011
Could you please look at the https://learn.microsoft.com/en-us/answers/questions/5975232/new-outlook-windows-office-js-coerciontype-html-bohere, because the format verification here is so resticted.16Views0likes0CommentsOutlook Not Syncing
Outlook is not syncing my emails properly. New emails are not coming, and sometimes sent emails stay in the outbox. I also get connection or server error messages. I have checked my internet connection and restarted Outlook, but the problem still continues. Please suggest how to fix this issue.7.9KViews3likes5CommentsAnyone else hate the New Desktop Outlook?.
Hello people I was wondering if anyone else Hated the Desktop version of Outlook?. To me its slower and unresponsive compared to previous versions. Even Windows Mail was faster and the brings up old email accounts that you deleted and no longer use long ago. It seems while good intentions this one has not been tested properly. Just shoved out the door. And lastly trying to find Emails that your sent or received is another nightmare. You have to restart twice before it finally decides oh look there emails.8.3KViews55likes82CommentsThousands of Sent Items moved to Deleted Items, no rules, no retention
Hello everyone, I'm investigating a very unusual Exchange Online mailbox issue and would appreciate any insights from anyone who has seen something similar. Environment Exchange Online (Microsoft 365) Mailbox: User mailbox Outlook for Mac Outlook for iOS Outlook Web (OWA) Incident Summary On August 13, 2026, approximately 4,997 messages were moved from: The activity occurred over roughly a 3-hour period. Mailbox audit logs show thousands of: Operation: MoveToDeletedItems events. Hourly breakdown: 01:00 - 2,046 events 02:00 - 1,540 events 03:00 - 1,408 events Audit Findings All sampled audit events show: LogonType = 0 (Owner) UserId = affected mailbox owner Result = Succeeded I sampled 5,000 records and all of them were: LogonType = 0 No events were recorded as: LogonType = 1 (Admin) LogonType = 2 (Delegate) Source and Destination Folders Examples from mailbox audit records: Folder : \Sent Items Destination : \Deleted Items Operation : MoveToDeletedItems Message Trace Findings Extended Message Trace was performed on one of the affected emails. The trace confirmed: CopiedToSentItems=True DeleteAfterSubmit=False which indicates: The email was successfully sent. The email was copied to Sent Items. Exchange did not delete the message during transport. So the message existed in Sent Items and was later moved to Deleted Items by a mailbox operation. Rules Investigation Checked: Get-InboxRule -Mailbox <mailbox> -IncludeHidden Findings: No Inbox Rules targeting Sent Items. No hidden Inbox Rules targeting Sent Items. Only two legitimate rules that delete messages from specific Jira/Confluence senders. Delegation Investigation Mailbox permissions reviewed. Known permissions exist, but mailbox audit logs show: 5000/5000 sampled events = LogonType 0 Therefore: No evidence of delegate activity. No evidence of administrative activity. Retention / Compliance Investigation Checked: Get-Mailbox Get-RetentionPolicy Get-RetentionPolicyTag Get-RetentionCompliancePolicy Get-RetentionComplianceRule Findings: No Sent Items retention tag. No retention policy targeting Sent Items. No Purview retention/compliance policy appears to explain this behavior. Activity pattern does not resemble normal retention processing. Add-ins Investigation Mailbox add-ins: Polls Share to Teams Send to OneNote Action Items Bing Maps My Templates Unsubscribe No third-party mailbox-management or archiving add-ins found. Client Information Seen During Investigation Examples observed in mailbox audit logs: Client=OutlookService;MacOutlook/16.112 a { text-decoration: none; color: #464feb; } tr th, tr td { border: 1px solid #e6e6e6; } tr th { background-color: #f5f5f5; } What Has Been Ruled Out ✅ Admin activity ✅ Delegate activity ✅ Inbox Rules ✅ Hidden Inbox Rules ✅ Outlook add-ins ✅ MRM retention policies ✅ Sent Items retention tags ✅ Purview compliance retention policies ✅ Exchange transport deleting the messages Question Has anyone encountered a similar case where: Thousands of messages were moved from Sent Items to Deleted Items Operation = MoveToDeletedItems LogonType = 0 (Owner) No rules No retention policy No delegate activity particularly involving: Outlook for iOS Outlook for Mac Client=OutlookService Any similar experiences, findings, or recommendations would be greatly appreciated. As we need to know the root cause for this issue. Thanks75Views0likes2CommentsLocked out of Device. In need of assistance.
TLDR: Am being force to verify account that is on my laptop, to log in my laptop. What to do. Context I recently got a laptop, and it required a mircosoft account/email, I didnt know how it worked and made a account called mailto:email address removed for privacy reasons thinking I was making a account. It just let me do that and ask me to verify later. Once I was in my new laptop I started using and then realized I needed a actual account so I made mailto:email address removed for privacy reasons which was my new real account. However recently (i think i remeber it needing to verify after 7 days) the pin is no longer avaible and to make the pin work again, I needed to was to sign in to my mailto:email address removed for privacy reasons which was fine I had my password however it says susipous acitivty requires email verficition to my original fake mailto:email address removed for privacy reasons I try fixing it and which on aka.ms/pwr and account.live.com/proofs/marklost and it only lets me reset my password and attach a passkey which I did but when I try to log into the outlook account and get the password and passkey right it STILL REQUIRED ME TO VERIFY with my fake mailto:email address removed for privacy reasons account. Am I screwed, do I need to get a fresh boot of windows and wipe my storage or smt or is there a representive that can remove the fake email. Any help is appreciated please and thank youSolved153Views0likes2Comments
Events
Recent Blogs
- Hello, Outlook community. I’m Vicki Milton, a Principal Product Manager on the Outlook team. Over the last year, we’ve added important capabilities across areas such as offline support, shared mail...Jun 03, 20265.4KViews1like8Comments
- Copilot in Outlook is now agentic, taking on the ongoing work of running your inbox and calendar. It triages emails, reschedules conflicts, and surfaces what matters most before you even ask. ...Apr 27, 202662KViews10likes6Comments