9 questions from the last 30 days
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 ...
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 ...
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 ...
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 ...
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 ...
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> ...
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....
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]> ...
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 ...