Questions tagged [outlook-2016]
246 questions
3
votes
3 answers
Outlook 2013 'Run a script' rule has disappeared
I have some rules for work in outlook 2013 - however following my laptop crashing the other day, I can no longer run any rules, they simply do not work (I don't even get a debug notification). Upon checking my macros, I found that when I tried to…

Rachael
- 87
- 2
- 9
3
votes
1 answer
Outlook 2016 VML width issue
This is first question so please be gentle :-)
I am in charge of creating surveys which is sent as an email invite to users. Recently I created a 10 point scale for users on an email where they click on a number of their choice and it takes them to…

Syfer
- 4,262
- 3
- 20
- 37
3
votes
3 answers
Outlook event: On change 'From Address'
Does any one know if it is possible to hook into the event when a user changes the 'From' address drop-down in Outlook 2016:
I've gotten as far as testing out some VBA macros for events Application.ItemLoad and Application.ItemSend etc. but I was…

chazjn
- 313
- 4
- 18
3
votes
1 answer
Outlook 365 add-in only appears in Outlook 2013 client
I have a problem to show my add-in in Outlook 2016. I developed it as a Office365 Add-in and it works like a charm in Outlook 2013. But at the time I wanted to test it in Outlook 2016 it does not show up in the 'Apps for Office' section.
I think I…

Konstantin Kreft
- 613
- 5
- 18
3
votes
4 answers
Set .SentOnBehalfofName on every email sent
I am trying to set the .SentOnBehalfOfName on every email I send through Outlook 2016. That is, whenever I hit New Mail, Reply, Reply All, or Forward.
I tried this:
Public WithEvents myItem As Outlook.MailItem
Private Sub Application_ItemLoad(ByVal…

ExPerseides
- 31
- 1
- 1
- 3
2
votes
2 answers
Hidden text to display on user interaction - Outlook 2016
I have an email which is going out to a small team of people.
The email contains a table with each row having a "short description" column.
I would like to include the "full description", however but there is too much data to put this as a new…

threenplusone
- 2,112
- 19
- 28
2
votes
1 answer
Windows Outlook defaults HTML font to Times New Roman
My html/css codes render correctly in Mac Outlook but Windows Outlook overrides fonts to Times New Roman. Below is the code to the email. Can someone let me know what am I missing?