Questions tagged [outlook-2016]
246 questions
53
votes
1 answer
How do I View the HTML Source of an email in Outlook 2016
I would like to view the html source code of an email in outlook 2016. It seems to have changed from the previous versions of outlook.
I am running Outlook 2016 Thank you :)

protoEvangelion
- 4,355
- 2
- 29
- 38
24
votes
3 answers
Outlook calendar disappear from inbox after accept the request
Outlook 2010 and 2010+ versions seem to remove meeting request emails from your inbox once you accept or decline the invite.
How do I prevent these from being removed and keep them in my inbox?
Usually the meeting invite also contains useful…

AzizSM
- 6,199
- 4
- 42
- 53
16
votes
2 answers
Getting my HTML into Email
I created a HTML template that I want to get into an email so it can be sent out, but how does one do this? I have Outlook 2016 and research I had read before with Outlook 2013 and below you could 'insert text' instead of the linked file, but…

Ninjab
- 167
- 1
- 2
- 10
15
votes
1 answer
Cancelling Item_Open causes crash
I am writing an office addin using c# and Microsoft.Interop libraries.
When I cancel the opening of an appointment in the Item_Open event by setting the Cancel property to false, it causes Outlook to crash with an Appcrash. The crash happens when…

knechtrootrecht
- 383
- 2
- 11
13
votes
2 answers
Is Office.context.ui.messageParent broken in Outlook 2016 for Mac?
I'm working on an Outlook addin using the new Office-JS apis, and in building out the authentication flow, I've found that in the Outlook 2016 for Mac case, the dialog system seems to not work properly.
To be clear, we're using the Office Insider…

Ava
- 337
- 1
- 10
7
votes
4 answers
Remove duplicate Outlook items from a folder
issue
Outlook 2016 corrupted while I was moving items from an online archive into a pst file.
The PST file has been recovered .... but many items (~7000) are duplicated 5 times
There are a range of item types, standard messages, meeting…

brettdj
- 54,857
- 16
- 114
- 177
6
votes
1 answer
Attachment not appearing in Outlook 2016
I created an email with Windows.ApplicationModel.Email.EmailMessage and I added an Attachment to it with the code below:
var stream = RandomAccessStreamReference.CreateFromFile(file);
var attachment = new EmailAttachment(file.Name,…

Teysz
- 741
- 9
- 33
6
votes
1 answer
Outlook 2016 plugin AttachmentSelection Issue
I have created a Outlook addin for selected attachment to get details of the attachment. and its working fine in Outlook 2010.
But when i build it for outlook 2016, then it becomes null.
Below is the code in ThisAddIn.cs:-
private void…

Ariel
- 87
- 6
5
votes
0 answers
Sending email in R via Outlook 2016
I've been using RDCOMClient package as described here Sending email in R via outlook. Everything was working fine with Outlook 2010 and Windows 7. The script is not working since I've changed the system to Windows 10 with Outlook 2016.
Here is the…

Wolf1
- 51
- 2
4
votes
5 answers
Border-radius property not working in outlook
I have a button in my email, which when viewed through outlook has some problems with border radius. It is not considering the styles which I give for border-radius and padding. But the same is supported in the browser and working as expected. Is…

Jeeva D
- 304
- 1
- 4
- 15
4
votes
1 answer
What VBA method could Outlook trigger as mail is composed or replied?
What I'd need guidance specifically:
To have an indication of a native VBA method available on a new mail compose that would be triggered at any written word / phrase (or as often as possible), or a guidance on how to create an observable of a…

Tiago Cardoso
- 2,057
- 1
- 14
- 33
4
votes
0 answers
C# VSTO outlook addin - modifying navigation pane
I am trying to create a VSTO Add In for Outlook. I have tried to search everywhere but have not found anything. I want to know if the following things are possible or not and if yes, how:
1) Show a Windows Form inside or below the navigation pane in…

Nands
- 1,541
- 2
- 20
- 33
3
votes
1 answer
Web Addins on updated outlook client not working, F12 Debugger 'SCRIPT70: Permission denied'
We have developed outlook Addins and hosted on Apache Server with SSL certicate installed with it. Some days back it was working absolutely fine on both web as well office outlook client, after windows update and client update it returns Empty blank…

Ajit Hogade
- 1,072
- 9
- 29
3
votes
1 answer
Outlook 2016 on macOS: Native Add-in, how to proceed
Problem Statement: Create a macOS Outlook add-in which responds to Calendar move and delete events and calls an API.
Challenge: Most of the links say that this is not possible but there are native Outlook add-ins for Mac already out there. One…

rohit
- 501
- 7
- 21
3
votes
2 answers
Open a new Outlook Email from code behind - Buttons alignment Issue
I have a programme where it opens new outlook email window with pre-populated to, cc, title and body. Code is follow this Programmatically Create an E-Mail Item.
This been working fine for few years and recently it started having some issue with…

huMpty duMpty
- 14,346
- 14
- 60
- 99