22,581 questions
Advice
0
votes
0
replies
7
views
Fetching Microsoft Teams meetings details/metadata
Background
I create Microsoft event notification (callTranscript) for a user [with CAP and application permissions in place]
Whenever a meeting ends that is recorded, I receive the transcript ...
0
votes
2
answers
27
views
Force Outlook Rule to run (constantly) in background using vba
I have an inbox labelled AES Sales in Outlook and a rule set up in outlook to move any messages as and when they come into this inbox/received with the subject 'Fitness Club - FF' or 'Fitness First FM'...
-1
votes
0
answers
48
views
CSS n-th child support in Outlook
Caniemail.com says that :nth-child is supported for type selectors on outlook.com and fully on iOS. With the below code, I don't see any zebra stripes in outlook.com, new Outlook client, or Outlook on ...
-4
votes
0
answers
84
views
Add Attachments from Outlook to Onenote by Power Automate [closed]
I would like to use Power Automate to put the content of an Outlook email together with PNG attachments into OneNote. When I add an image with payments to OneNote after converting it to Base64, I get ...
0
votes
0
answers
66
views
Power Automate / Copilot Studio: Retrieving last email thread by To or CC
I’m building a flow in Power Automate / Copilot Studio that works as follows:
The flow gets an email address input from the user.
It retrieves the last email thread involving that address.
It ...
0
votes
2
answers
174
views
Importing from Outlook summary to Excel
Here is a tiny sample from my Outlook summary, that actually has 941 incoming emails from 50 people (names, etc., changed to protect the guilty!).
From
Subject
Received
Size
Veronica
Topic A
15/10/...
-3
votes
1
answer
80
views
Having trouble displaying Javascript Google Review in HTML Email in outlook or Gmail etc [duplicate]
I have designed a free google form review widget using https://app.shapo.io/forms/df8bc6d93d
In fact i've tried multiple javascripts in my email and different google widgets, none of these are being ...
0
votes
1
answer
83
views
Macro to take an image from a spreadsheet and copy it into the body of an email (possibly attaching it too)
I have a macro that emails everyone from a client list but I want to include my company logo as a header on the email. The logo is on sheet 11 of the workbook and is named "Picture 3".
I ...
-2
votes
0
answers
77
views
Why pictures are sometimes either too large or missing in the email body using python [closed]
I am using python to render pictures (JPG or PNG) in email body:
def image_file_to_base64(file_path):
with open(file_path, "rb") as image_file:
base64_obj = base64.b64encode(...
0
votes
3
answers
108
views
Incorporate existing HTML file as String in VBA and send as HTML email using Outlook?
I am trying to incorporate a html file as a part of a new email (in the email body section) using outlook.
Here is my code:
Dim OutlookApp As Object
Dim OutlookMail As Object
' Define the range ...
0
votes
1
answer
42
views
How to Setup/Debug After Hours OOO Reply with Power Automate
Setting up a automatic OOO reply for an inbox in Exchange online via Power Automate,
I am pretty novice with Power Automate, so please let me know if this is a silly question
My logic is
"When a ...
0
votes
0
answers
81
views
Send email using OAuth and Microsoft personal email
I am trying to send email using Chilkat smtp library using a Microsoft personal account and OAuth.
Here is the part of code that I am using:
// preparing Mail Object
Chilkat.MailMan mail = new Chilkat....
Advice
0
votes
0
replies
34
views
How do I prevent calendar reminder popups from some email accounts (Mac Outlook 16.97.2)
I have five different email accounts on my Mac Outlook client (16.97.2). I only want calendar popups from my email id. How do I "tell" Outlook which email accounts should pop up reminders ...
0
votes
0
answers
35
views
How can I exclude a folder and all of its subfolders when filtering messages in Microsoft Graph API?
I’m using the Microsoft Graph API to retrieve messages while excluding certain folders. My filter looks like this:
GET /me/messages?$filter=
parentFolderId ne 'draftBoxID' and
parentFolderId ...
0
votes
0
answers
58
views
How to trigger "Copy" on notification
How do I sent an email in Java so that when Outlook displays it as a notification it will automatically show a "Copy" button like when logging into ChatGPT?
Here is what I have tried. It ...
2
votes
1
answer
65
views
How can I reliably detect when a message is moved between folders in a shared mailbox using Microsoft Graph?
I’m building a workflow on top of a shared mailbox where each email acts as a ticket, and its folder represents its current state (New, In Progress, Waiting, Closed, etc.). To make this work, I need a ...
0
votes
0
answers
65
views
Outlook Office addin onMessageSendHandler on Mac and Web
I'm currently struggeling to get my onMessageSendHandler to work on Outlook Web and Mac. When the user sends a message, I want the user to have the option to open taskpane instead of sending the mail. ...
0
votes
0
answers
45
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> ...
2
votes
0
answers
199
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
131
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
58
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
55
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 ...
0
votes
0
answers
82
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
65
views
Outlook Add-in only manifest: why does SmartAlert (OnAppointmentSend) not work for Outlook classic?
I want to build an Outlook web-add-in with a smart alert listening to the OnAppointmentSend event. We use Microsoft 365 Exchange online server.
It works fine for Outlook new and Outlook web, but it ...
0
votes
1
answer
56
views
With Outlook 2021, is there a way to use IConverterSession
I have a project that uses the function CoCreateInstance that tries to load IConverterSession. but now that's failing, with HR -2147221164
Our CoCreateInstance example:
HR = CoCreateInstance(
...
0
votes
1
answer
121
views
Getting message Id from MS Graph API sendMail()
Previously, I was successfully sending emails with this code.
SendMailPostRequestBody postRequest = new SendMailPostRequestBody();
postRequest.setMessage(message);
postRequest.setSaveToSentItems( this....
1
vote
3
answers
264
views
Loop to check all cells in a column to send email
I want to check all cells in a column for a value to send an email.
I created the If check.
How do I make it go through a loop to check all cells in the column?
This is the VBA code I made but I can ...
3
votes
2
answers
170
views
VBA in Excel to auto send emails skip over recipients without attachments
So the scenario is to auto send emails however, some of the recipients don't have attachments one day but might the next. I am looking to add to this code (below) so that in my list of names the ones ...
0
votes
1
answer
66
views
Outlook/MSGKIT: Create Outlook Email Template for Download
I have a need to dynamically populate an email as an .MSG file with all of its attributes (to/from/cc, body, etc.) and allow the end user to download the email as a template for further modification. ...
0
votes
1
answer
59
views
Python, extract outlook meetings between two date with pywin32
I'm working on an application where I need to extract Outlook meetings using pywin32. To filter the specific meetings I require, I'm using the Restrict function with a date range filter.
However, the ...
0
votes
1
answer
66
views
Outlook addin with office.js giving Host error with code 5000 for item.sendAsync()
I'm trying to send an email using the Outlook's office.js API's item.sendAsync() method which triggers on custom send button added on taskpane from a task pane add-in. However, I'm getting a Host ...
1
vote
0
answers
125
views
Attempting to Loop Through Shared Outlook Calendars in VBA results in Error
Background
At my company, we have 4 similar shared resources (not rooms, these are actual items that can be borrowed) that we are managing via shared Outlook Calendars. A user must reserve the ...
0
votes
0
answers
115
views
Outlook VBA to open a file within a Public Sub already Set
In the below code I simple want to open an excel workbook, but my usual Excel tactics are not working.. Same with an application.wait/sleep timer. Been trying every alternate version I could, and ...
1
vote
1
answer
52
views
Outlook classic (vsto): Identifier of context menu of appointment in reminder window
I would like to add an item to the context menu of an appointment in the reminder(s) window in outlook classic:
Is this possible in a VSTO add-in, and if so, what is the identifier of the context ...
1
vote
2
answers
152
views
VBA script to move deleted contacts to new folder not working
A simple sample script to create a new email works fine.
But this script doesn't
Private Sub Application_Startup()
Dim olApp As Outlook.Application
Dim olNamespace As Outlook.NameSpace
Dim ...
0
votes
2
answers
76
views
How to exclude specific Outlook messages from tracking using Microsoft Graph API without breaking the thread?
I’m building a multi-provider email client that tracks sent/replied/forwarded messages.
For Gmail, I can easily exclude specific messages from my tracking mechanism by adding a custom header (e.g., X-...
0
votes
1
answer
44
views
How can I avoid polling when fetching Outlook appointment data for add-in [closed]
I'm making an outlook add-in inside a web app we already have (React app on vite, using React 18). I looked for hooks or ways to get the data from outlook (title, attendees, times, everything for a ...
0
votes
1
answer
66
views
How to host a Web Outlook AddIn on a local server of an organisation
We started to develop an Outlook Web Addin with the help of Visual Studio's Outlook Web Add-In C# template.
For development purposes I can host a web outlook addin server locally. In the manifest xml ...
0
votes
1
answer
142
views
C++ MAPI: how to define named properties corresponding with a contact's email address?
I'm trying to convert a Microsoft.Graph.Contact object into a PST file for Outlook using Extended MAPI, and I don't know where to feed the contact's email addresses to and have it show when I open the ...
0
votes
1
answer
121
views
How to fix this Python script error with win32com outlook app
I'm following a video on youtube on creating a new mail with python. But I'm getting error. Am I missing something? My goal is to create a new mail and insert images from a folder into it. The first ...
0
votes
0
answers
127
views
How can I style a CSS button for Outlook Classic without it looking like highlighted text?
I'm trying to style a button (or a link that looks like a button) for Outlook Classic. Every time I try, the text just gets highlighted and the button looks terrible. It works fine in Outlook New and ...
0
votes
0
answers
30
views
Linking outlook combo box to Database Table
I have created a connection object in outlook that links an Oracle Database. I would like to link a combo box in outlook to a column in a table in this database. Is this possible? If so, can anybody ...
0
votes
1
answer
86
views
Attachment generated from newly saved file is corrupt
The code snippet below is part of an Excel VBA Version 2507 (Build 19029.20208) procedure to create a PDF file from a worksheet range and create an email with the PDF as an attachment.
The procedure ...
1
vote
1
answer
220
views
DASL filter in AdvancedSearch with lastmodified date
I use the Outlook desktop app, and my Inbox folder contains emails organized into hundreds of subfolders. I want to use Outlook's AdvancedSearch feature to filter emails based on specific criteria ...
0
votes
0
answers
58
views
How can I collect multiple images and zip into folder for sharing?
I am creating a flow that queries images stored in an Image Library and then collects them in an array to be emailed to a user. I have made it possible where it will send the images that satisfy the ...
0
votes
1
answer
165
views
535, b'5.7.139 Authentication unsuccessful, basic authentication is disabled
I have a website that uses an email contact form. Recently been told it does not work. When I recreated the error in development I got the error
535, b'5.7.139 Authentication unsuccessful, basic ...
3
votes
1
answer
171
views
VSTO Outlook Add-in: SDK-style project fails to generate .vsto and .dll.manifest files despite successful compilation
I'm trying to convert a classic VSTO Outlook add-in project to SDK-style format while maintaining full VSTO functionality. Both csproj project files compile successfully and produces a working .dll, ...
1
vote
1
answer
106
views
Search the Outlook Calendar for Appointments Within a Date Range that Contain a Specific Word in the Subject
I am trying to use the code from Microsoft Learn to filter Outlook appointments by date. My ultimate goal is to add an attendee (my private email) to all events, so they will appear in my private ...
2
votes
0
answers
62
views
How can I show a picture (.png) in an email created in ms-access vba? [duplicate]
I am using the following code in Access. I have created logo.png to be placed at the end of the code. The file does exist in the Signatures folder. The issue I am having is that 2 days ago the code ...
0
votes
0
answers
158
views
How do I access my .onmicrosoft.com email?
I bought a license for PowerBI a few months ago and Microsoft created a new email id for that, which is a .onmicrosoft.com mail id.
I have never been able to access that email id. How do I do that?
...