Category "outlook"

Outlook Error: user-defined type not defined referring to Excel workbook

I get 50 mails with Excel sheets per day. I want to add the first line of each Excel sheet to an existing Excel sheet located on my computer. I first wrote a sc

win43.client restrict combining many filters

I'm trying to read outlook emails via python, have code like below: import win32com.client import os from datetime import datetime, tim

How to set outlook addins pinned right away?

I set the SupportsPinning to true for outlook addins by modifying the manifest file as shown below. This allows the pin icon available. By default, the Pin is

How to send a reply email when recipient clicks button embedded in an email message?

I am doing Excel VBA code to send emails from Outlook. This is working so far. I would like to add a couple of buttons (or links) inside the email body. The rec

Need Example in C#: How To Add Custom Button to Outlook Context Menu

My customer wants to add a button (or menu item) to a right click (context) menu in Outlook 2016+. I've found examples that add items to the ribbon menu, but c

Need Example in C#: How To Add Custom Button to Outlook Context Menu

My customer wants to add a button (or menu item) to a right click (context) menu in Outlook 2016+. I've found examples that add items to the ribbon menu, but c

Marking items read in a For Each loop leaves some marked unread

I'm trying to mark messages, copied from within an Outlook subfolder to Inbox into a file system folder, as read. Sub demo1() Dim objNS As Outlook.NameSpace

Send SVG image content to email as HTML using boto3

I want to send SVG content (without saved file) as HTML to Outlook email address. This SVG content works fine in browser showing a circle image, however sending

How do I monitor a different folder (than the default) within Outlook for new mail (and then fire an event) with Python

I have the below code import win32com.client import pythoncom import time class Handler_Class(object): def OnNewMailEx(self, receivedItemsIDs)

Outlook add-in does not work in certain execution environments

I'm having a problem with my product. Does anyone know the cause? And please tell me the solution to this problem. Execution environment  Outlook2019 bui

Bulk Move All Mails From An Outlook Folder To Another Folder

Can I move all the mails (that category is blank) from an Outlook folder to another Outlook folder at once like copy and paste not through loop, move bulk mails

Checking a string value to return a range from another worksheet then add to .To line in email

I am trying to get email addresses from a worksheet(Sheet1) into the .To line for an outlook email based on the specific string value in the main worksheet. I h

Click on hyperlink when scraping data from a table

I am trying to scape data from a web table. I login to a website, which gives me access to a web table. That table contains a hyperlink column (Id) like the exa

Disable Outlook Addin JS API

I have an use case where the addin should be enabled on specific machines instead of all the machines automatically. Does bt:Url field in manifest.xml support t

Automatically open a copy of the attached file when I open a specific message with subject on specific outlook folder

I created a custom folder on outlook with name “MyTemplate” and inside that folder an email message with subject Auto Plan ( It is a template email

Outlook VBA to manage application options/advanced options

TL;DR: Need macro to quickly toggle File > Options > Advanced > Reminders > Play reminder sound setting In certain meetings I need to keep Outlook r

Outlook Calendar .Net Core Web API GetList (tokenCredential parameter cannot be null. (Parameter 'tokenCredential'))

I have an API project related to Outlook calendar integration. With this project, you can access your outlook account. I want to list all the events in the cale

return a Count of emails inside Trash folder

How i can get the count of emails inside Trash folder with outlook web add-ins i try to use EWS xml, but it show an error let xml = '<?xml version="1.0"

Refused to connect in Outlook Web add-in when trying to load any web page url

I am working on Outlook web add-in demo to show my demo add-in option inside the Outlook. So will have a website portal that will work in any browsers.My add-in

EWS - Hide attendees in a meeting

I am using EWS API to create Exchange meetings and I am looking for the way to "hide the attendees". I know it is possible to do so when creating a meeting wit