22,544 questions
Tooling
1
vote
0
replies
48
views
Recommended architecture for workflow approval tool
I am building an internal governance workflow application using Snowflake Streamlit.
One requirement is automatically creating SharePoint folders and uploading documents after an approval workflow is ...
0
votes
1
answer
126
views
Outlook .Send using Excel VBA triggers error 80004005 with recent O365 version
I have Excel VBA code to send mail that worked for months (not to say years).
Recently (first observed last Wednesday on one PC) sending mail to SMTP addresses failed with an error 80004005 (...
Advice
1
vote
4
replies
114
views
How to programmatically remove all signed-in Microsoft accounts on Windows?
I’m working on a Windows-based system (Windows 10/11) where I need to enforce a policy that removes any signed-in Microsoft accounts from the machine.
Specifically, I want to:
Remove all Microsoft ...
0
votes
0
answers
74
views
Outlook changes the background of generated HTML body in an email depending on the user's theme
I am using a HTML template (shared below) with placeholders to generate the body of an email, which is sent to users using a logic app workflow. Despite attempting to define the [data-ogsc] attribute, ...
-1
votes
1
answer
73
views
Adaptive Card reorders numbered list automatically while text order remains unchanged
I am facing an issue with numbering inside an Adaptive Card.
Scenario
I have a description field in an Adaptive Card where I include multiple points with manual numbering (e.g., 1, 2, 3…). The content ...
Advice
0
votes
1
replies
106
views
Recommended methods for migrating large yahoo mail inbox with attachments to SQL Server
Ultimate Goal: To export a massive Yahoo Mail + mailbox with attachments and images to SQL Server
I have a client that has a huge yahoo plus inbox that they are doing away with as they migrate all ...
1
vote
1
answer
73
views
Search Outlook Address book for a userID in the "Alias" column
I am trying to fetch the results returned by the Outlook Address book for a given username. Basically, when I provide the username, the script must return the email ID of that user.
The below script ...
0
votes
1
answer
112
views
Excel VBA Outlook Error "Linked image cannot be displayed..."
I have code to compose and send, or display, an email with an image in it, but the image won't display. I have read a dozen plus blogs on this error and how to use CID in the HTML body, and it seems ...
Advice
0
votes
5
replies
88
views
Dealing with brackets in email subject line
I am using VBA to search for an email sent by a different department. The issue is that the email subject has brackets in it and that causes a bug in the code. Due to bureaucracy, the simplest ...
Advice
0
votes
2
replies
36
views
Auto sending of email for daily leave attendance
Is there any other way to send automatic email daily showing current date and people who is on leave/sick leave? Aside from schedule sending, is there any other way to do it?
We don't have Microsoft ...
-3
votes
1
answer
57
views
How to set email reminder in Outlook/M365
In M365 when creating a calendar entry, there is an option to set an email reminder (in addition to the normal popup reminder). I'm trying to figure out how to do this programmatically, using either ...
0
votes
0
answers
39
views
pyOutlook : AttributeError: 'str' object has no attribute 'api_representation'
pyOutlook 5.0.0;
Python 3.12.3
Code based on pyOutlook docs
from pyOutlook import OutlookAccount, Contact
token = "..."
account = OutlookAccount(token)
account.messages.send(
subject='...
Advice
0
votes
1
replies
40
views
Outlook/Teams App manifest staticTabs - handling tab visibility
We have a React App which we deploy as an Outlook and Teams App. The App is launched in a separate tab in Outlook/Teams. We deploy the app by uploading the manifest on Office 365 Admin Center.
In the ...
0
votes
0
answers
103
views
Paste a pivot table into an outlook email and send
I'm trying to copy and paste a pivot table into an email template and send it. I've been able to do the majority of it, except the most important part - paste! Can anyone see what error I've made in ...
0
votes
1
answer
95
views
Redemption GetFreeBusy fails with Office 365 (HTTP 401 Autodiscover) in 64-bit Delphi app
I have a 64-bit Delphi application using Redemption 5.27 (64-bit) to retrieve Outlook Free/Busy information.
Environment:
Office 365 (64-bit Outlook)
Redemption 5.27 (64-bit)
Outlook running with a ...