Category "outlook"

How to run code to toggle ShowCursor on Outlook from Excel workbook?

I am using code on Outlook to hide the mouse cursor on Outlook before opening the attached workbook: Private Declare Function ShowCursor Lib "USER32" (ByVal fSh

How to create a mail profile in my remote windows machine using ansible

I'm unable to create a mail profile in my remote windows machine which has Outlook 2016. I havw to create it using ansible. I tried this: - name: Manage windows

Outlook Add-in: Am I not aware of some basic, conceptual theories of C# programming?

Win 10 - VS 2019 - Office365 - Exchange Online My first post - woo hoo!!! (Although I have been lurking forever.) I am writing my first Outlook Add-in with my

set reply arrow via vba

I was wondering if there is a way to add the Reply arrow to a selected mail in Outlook via VBA. The background is that we process a selected mail via VBA and cr

Responsive HTML text/images in Outlook365, gmail, etc

I have a PowerShell script that creates a single HTML file, email.html, with inline CSS and embedded base64 images.. then sends it daily to me (my website repor

Office.js displayDialogAsync error when displayInIframe: false

I'm trying to display, in an outlook web add-in, a dialog from a taskpane using the displayDialogAsync function. At first, I used displayInIframe: true and ever

Adding an image to an Outlook MailItem via Python

My goal is to add an image (from local .png file) to an Outlook MailItem using Python. I have read answers to similar questions on SO (mostly using VBA), but th

Python SMTP Email WITH TITUS Classification

I am relatively new to Python and am looking to automate a few emails with Python at my company. I have working code to send emails using MIME, but my company r

Office365 email signature - conditionally show HTML if tag contains a value

I'm adding a company wide email signature in the Office 365 Admin area under Rules - Mailflow > Apply Disclaimers. I am then using their tags such as %%First

Sharepoint Locking Error when xlsm is Uploaded via VBA .SaveAs

I have this awesome vba macro that takes a template xlsm file saved on a shared drive and automatically uploads the file saved as with tomorrows date in the tit

Outlook "Web Add-in" not appearing on Shared Mailbox, despite SupportsSharedFolders= True

we have this addin: https://appsource.microsoft.com/en-us/product/office/WA200000060 This one on the store is working as expected. As we need to support sharedi

Outlook VBA Stumbling Over "Undeliverable" Report

I have some VBA that works as follows. For messages that are selected in Outlook, it marks them as read, assigns a category and moves them to a subfolder. It

Automatically save a send email as Adobe PDF and save in a folder

I would like to create an automatic step whenever I send certain emails with the subject line "Filing" and email body containing "filing done" to save these sen

Parsing outlook .msg files with python to get HTML body

I looked around on StackOverflow and couldn't find a satisfactory answer for getting an HTML body from the msg file. Does anyone know how to parse .msg files fr

Need to create VSTO UserProperties with MS Graph

We have an add in that works with user properties set as Outlook.OlUserPropertyType.olInteger I have been asked to integrate that with MSGraph. According to thi

How do I reply to outlook mail using vba in excel with mail thread?

I am looking for VBA code in excel to reply to a selected mail but the below code creates seperate mail which does not have previous messages in conversation (t

Microsoft Office 365 Outlook. How to Change Teams-Meeting Join link

I want to create an Outlook Meeting, which references on a Microsoft Teams Team-Channel Meeting. I am searching for a way to change the link behind the Button y

Reading mail RTFbody fails with error 'not implemented'

I have code that reads mail to generate a task with the mail's content. In a few cases this hits a problem, when reading the RTFbody from the mail, saying "not

Move selected email to folder based inputbox value, Outlook

could someone help me to create script for moving emails in the outlooks folders based on value added to inputbox? Idea is that, I select one or more emails and

Apply recurring RRULE on Outlook and Office365 calendar links

I'd love some help on RRULES. I was able to modify an HTML Google Calendar link by adding an RRULE OF &recur=RRULE:FREQ=DAILY;COUNT=2: GOOGLE CALENDAR LINK