All Questions
958 questions
-2
votes
0
answers
28
views
App Password Option Missing for Specific User in Office 365 – How to Enable? [closed]
We are using Office 365 with modern authentication and 2FA enabled. I need to access emails from one specific inbox using IMAP or POP3 in a backend cron job, and for that, I understand an App Password ...
0
votes
0
answers
7
views
Manifest file to create a button on the ribbon in Outlook
I am very new to any form of coding, and I am trying to generate a manifest file so that I can deploy a button to our organization to add a button to their ribbon in Outlook. The function is simple, I ...
0
votes
1
answer
75
views
outlook version 1.2025.328.300 causes OLE error running on code that quite happily runs against previous version
We have a powerbuilder application that runs OLE automation on outlook with
li_rc = lole_outlook.ConnectToNewObject("outlook.application")
This code works fine with previous versions of ...
-1
votes
1
answer
73
views
Outlook Automation from Access 'exhausting resources' [closed]
I have a MS Access application that sends email via outlook automation using vba code found here: Create an email with Outlook-Automation. I am using the code almost entirely unaltered under the ...
1
vote
0
answers
19
views
Outlook WebAddin doesnt show up on Outlook Client
I have created an outlook web addin with visualstudio 2022 (I used the default template)
It works in the Outlook Web Client (OWA).
On an Outlook client with Office365 the addin is not displayed.
If I ...
0
votes
1
answer
304
views
How to insert HTML code snippet into Outlook email
I want to embed a link to some external content into an Outlook email (M365 Outlook desktop app for Windows, not the "new" Outlook or web version). The site I'm using provides a HTML code ...
0
votes
0
answers
27
views
Outlook Mailto Body Displaced by Signature
When Outlook Webmail handles a mailto link with the body parameter set, the signature appears above the body.[1] (I see the pre-populated body momentarily and then the signature appears above it, ...
0
votes
1
answer
92
views
Unable to send email using Microsoft Graph API: Error 550 5.7.708
I am trying to send an email using the Microsoft Graph API, but I keep encountering the following error. I have two licenses Microsoft 365 Business Basic
and Exchange Online (Plan 1).
Remote ...
0
votes
0
answers
82
views
python Email Sender Authentication Failed while trying to login on server
im just trying to make a simple code that sends emails to my clients with a PDF file attached, it was working on June when I created the version 1.0, now I'm recreating using a GUI and the sender is ...
0
votes
0
answers
34
views
The email signature block is not loading with my Add-In
I’m working on developing my first Add-In for Outlook 365/Windows 10. In theory, it’s quite simple—it’s a drop-down menu with two options. Each option opens a new email and loads a different template, ...
0
votes
0
answers
316
views
Exclude attachments from E-Mail Signature - save the rest to OneDrive
I have created a flow in Power Automate that creates a flagged email as a Planner task and attaches the email attachments to the task by storing them on OneDrive. However, many emails contain images ...
0
votes
0
answers
25
views
Is there an analogous way to authenticate to `pyodbc.connect('...;Authentication=ActiveDirectoryIntegrated')` for working with SharePoint/OneDrive?
I am able to connect to my company's Azure Synapse instance using code like the following:
server = 'our server'
database = 'our database'
driver = '{ODBC Driver 17 for SQL Server}'
authentication = '...
1
vote
1
answer
70
views
Check & Set Status of Automatic Reply Feature in Outlook VBA
I am using this code in Outlook VBA to check and set automatic Reply Feature Status. When I activate the feature in outlook manually and check the status via VBA, then i am getting the expected value ...
0
votes
0
answers
30
views
Undo Restoration of emails from "Recoverable Items" folder, performed via OWA/Outlook Web
Unbeknownst to me, recovering emails from "Recoverable Items" behaves differently in OWA than in Desktop:
https://aacc.teamdynamix.com/TDClient/2439/Portal/KB/ArticleDet?ID=147693#:~:text=30%...
0
votes
0
answers
47
views
Empty response to Graph query on mails in a folder which actually has mail items visible in mailbox
using Microsoft Graph API for last few months. Recently, faced a issue with graph response while retrieving messages in a folder.
The scenario is I can able to see messages in a folder with some ...