Questions tagged [outlook-2016]
246 questions
1
vote
2 answers
Getting HTML formatted text from VBA to the Outlook appointment body
I found out HTML isn't a available out-of-pocket option in the AppointmentItem-Object.
Then i found the following answer with code from the user PGilm here (https://stackoverflow.com/a/34666267/18290219)
Dim oApp As Object
Dim oMail As Object
Set…

Robert Ehrentraut
- 11
- 2
1
vote
0 answers
How to setup VBscript to run in a specific folder in Outlook
I'm working on Visual Basic for Applications code for Outlook to reply to emails that have been moved to a folder called "Reply".
I have it set up a rule to look at the folder when running. Is there a way to modify this code to look at a specific…

Peacescript
- 11
- 4
1
vote
0 answers
New Outlook on Mac OS does not create log file
I have updated my outlook to v16.46 and it introduce the new switch "New Outlook". If I enable this switch the log file i.e. *.olk15Message file does not store locally. If I disable this switch then all log files get created.
I would like to backup…

sam
- 481
- 2
- 8
- 21
1
vote
2 answers
Outlook 2016 VBA Type Mismatch on Application.GetNamespace (after Windows update)
I've had an Outlook 2016 VBA macro running for a year to check emails arriving in my inbox. Today, following installation of Windows 10 updates, I get a type mismatch error when this macro runs. The error line is the Set olNs =…

Ian M
- 567
- 8
- 33
1
vote
0 answers
Email is not showing google Roboto Fonts in Microsoft Outlook 2016
Client are not able to get mail in Roboto font format in Microsoft Outlook 2016.
As we trigger Email from our website which contain all Roboto font classes in HTML but In client outlook-2016, Email is not showing in Roboto font format its simply…

Anurag Kumar
- 11
- 2
1
vote
2 answers
Find directory of files that are deployed with a VSTO
I am developing an outlook addin with VSTO for Outlook 2016.
In my deployment, I have a config file which is located in the same directory as the .dll and the .vsto files, aswell as all the other .dll's that are referenced in the addin.
Is it…

cmos
- 482
- 4
- 14
1
vote
0 answers
i am using outlook 2016 and window 7 enterprise. Would like to extract attachment automatically
Current version:outlook 2016 and window 7 enterprise
Have tried the script below, but it did not pull and save the attachment to my path.
However, it works fine when i am using outlook 2010 and Windows 7 Enterprise.
Kindly advise
Below is my script
…

Thomas
- 11
- 3
1
vote
1 answer
Add-in Store and Installed Add-ins no longer appearing
My team works on an add-in for Microsoft Outlook, and recently we’ve been receiving reports from certain users that our add-in has disappeared from their message surface and from the “...” menu (More actions) on the message surface. In addition,…

Steve M
- 147
- 1
- 1
- 9
1
vote
1 answer
Outlook 2016 Desktop client- Save file does not work
I have an addin which calls a REST API and downloads a file as a BLOB.
I am using FileSaver library to save the file in the local PC.
While everything works as expected in outlook 365 in chrome, Edge and IE11 browsers.
The Outlook Desktop Client…

Irshad
- 1,016
- 11
- 30
1
vote
1 answer
Copy last sent email from outlook 2016 to memory
I have used the code below on outlook 2010 without any glicthes but with 2016 outlook it does nothing and gives no error.
sub copylastsenttomem ()
Dim objSentFolder As Outlook.MAPIFolder
Dim objSentItem As Outlook.MailItem
Dim outForward As…

dsamorano
- 11
- 3
1
vote
1 answer
Outlook 2016 RTF Format > Update Appointment body
Working on a VSTO Add-In for Outlook, I need to generate, insert and replace text in an appointment body generated by Outlook 2016. Outlook encapsulate HTML tag into the RTF (MS-OXRTFEX) and I am looking for a library (free or licensed) or trick to…

Salim
- 495
- 3
- 20
1
vote
1 answer
Outlook not displaying a portion of HTML
The Issue
I am writing a new form handler, every step of the process is automated, I manage what fields show on the form using a CMS and then that information will appear on the email when it is sent to the recipient.
Every step of this is working,…

Mark
- 1,852
- 3
- 18
- 31
1
vote
2 answers
Set MailItem.Sensitivity of email docked in main window
I am getting the following error when trying to set the Sensitivity of the active MailItem when docked in Outlook 2016. The "Else" part of my code works when the email is popped out.
Error message:
Run-time error "-2082340855 (83e20009)
The…

BeYourOwnGod
- 2,345
- 7
- 30
- 35
1
vote
2 answers
How do I resolve Runtime Error -2147219712 (80040600):` The operation failed
The following code snippet works in Windows 10 / Outlook 2013.
In Windows 10 / Outlook 2016 I get an error at the .send line:
Run-time error -2147219712 (80040600):` The operation failed.
The messaging interfaces have returned an unknown error. If…

user3138025
- 795
- 4
- 17
- 46
1
vote
4 answers
Automatically Mark email in Deleted Items as Read Outlook 2016 VBA
I had a little macro set up with Outlook on another machine but now that I've switched computers I can't get it to work. When I try to run the last Private Sub, it doesn't recognize the name and pulls up the Macro selection box with no options…

RaptorByte
- 33
- 6