Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
Filter by
Sorted by
Tagged with
2 votes
0 answers
178 views

VBA Excel sending email has been "reduced" in abilities

For years I have had code similar to the following, and it has always worked fine. But now we recently updated to Win 11, perhaps it is related or there is some other update or policy change that ...
Andreas's user avatar
  • 24k
1 vote
0 answers
114 views

Transferring data from one Excel workbook to another with ADODB.Connection reformats dates

I set up an event listener in Outlook that, when a certain item drops into a mailbox, will take the attachment from the email, unzip the file and save it into a directory. I use ADODB.Connection to ...
Drawleeh's user avatar
  • 279
0 votes
0 answers
64 views

Outlook VBA mailitem.move not synching to server [closed]

Recently (November 2025) a VBA script that moves emails from the inbox into a folder stopped working. When executed, mailitem.move works as intended in Outlook classic - the item in moved. But the ...
user31814597's user avatar
0 votes
0 answers
64 views

Send an email from a VB.NET application using outlook features

This is my code Imports Outlook = Microsoft.Office.Interop.Outlook Private Sub SenEmail_Click(sender As Object, e As EventArgs) Handles SenEmail.Click Dim olApp As Outlook.Application = New ...
Juan Carmona's user avatar
0 votes
0 answers
45 views

New Outlook ignores (or overrides) button image and text labels in manifest

We have a published Outlook Add-In that has been in the Microsoft Store for quite a few years. We now noticed that, when switching to the New Outlook, that our primary button that appears in the ...
Wim Immelman's user avatar
0 votes
0 answers
30 views

ms-graph keeps only html body when creating drafts

I use ms-graph for sending emails and it works fine when I pass it a full html body that start with the <!DOCTYPE html> element. However, the same html is stripped down to its <body> ...
t3chb0t's user avatar
  • 19.3k
0 votes
0 answers
38 views

Power Automate “Get emails (V3)” — Error: Default folder Inbox not found when accessing shared personal mailbox

I’m creating a Power Automate flow where I want to access emails from a specific Outlook account. Here’s my setup: Account A (abc) — This is the primary Outlook account where the emails actually exist....
Basit Mirza's user avatar
0 votes
0 answers
15 views

CSS is not being applied correctly in Outlook Classic on macOS

I am experiencing an issue where the CSS of my email template is breaking on MAC devices that use Outlook Classic. I have tried adding some validations such as the following: <!--[if mso]> ...
João Emboaba's user avatar
0 votes
0 answers
46 views

Unable to get webLink for Microsoft 365 Group messages using Microsoft Graph

If a user is added to a Microsoft 365 group, they receive new mails in their inbox, but previous mails remain inside the group mailbox (visible in Outlook under Groups). I want to search a work order ...
Lucky Ali's user avatar