Questions tagged [outlook-2016]
246 questions
0
votes
0 answers
Outlook 2016 - Crashing on Add-in dialog close
I'm working on an add-in for Microsoft Outlook, and we've been encountering an issue with Outlook 2016 crashing on dialog close, intermittently. For further context, we’ve noticed this occurs on Version 1807, Build 10325.20082.
When we try to close…

N. Desai
- 1
0
votes
1 answer
Outlook 2016 Credential Popup and Does not work on Domain Network
We are going through migrating users from Office 2010 to Office 365. We have a on-prem 2010 exchange server and will be using the exchange cloud via O365. We have only migrated over 5 users and are doing the hybrid process. We are currently…

FUSION CHA0S
- 83
- 2
- 7
0
votes
1 answer
Break in only in outlook 2016
I have an email with img and "border" made with td. Only on outlook 2016 td with width of 260px shows with break in the middle. I can't find why. I copied many styles with cellpading:0, celspaccing:0 etc. but nothing helps. Problem seems to happen…
Peter B.
- 55
- 5
0
votes
2 answers
Add attachment to all selected items in Outlook 2016 with VBA
I aim to add an attachment to every item that is currently selected in Outlook 2016. My idea is to call Attachments.Add in a loop on each item in the current selection.
In my Drafts folder, I have three drafts with the subjects:
Draft Test 3
Draft…
wecsam
- 2,651
- 4
- 25
- 46
0
votes
1 answer
Create/Copy (this rule on all accounts) outlook using vba
Is there any way to copy outlook rule of one account to another account using vba code. I have researched on internet i have not found any thing related to my question, Pls help me. refer any link. I am not expert much of vba.I will be very thankful…
SaJJad Ahmed
- 1
- 4
0
votes
1 answer
Wrong table rendering in mails in Outlook 2016
we have a problem with rendering a mail element correctly in Outlook 2016. It works correctly in Outlook 2013 and other mail clients (and of course the browser preview), but we don´t have any clue how to fix this rendering issue for Outlook…
JK1974
- 1
0
votes
2 answers
VBA to format selected text in Outlook
I want to highlight text in an email and format it to font consolas and indent it once.
I have tried this but get an error:
Sub Code()
Selection.Font.Name = "Consolas"
Selection.Paragraphs.Indent
End Sub
Run-time error '429':
ActiveX…
Matt
- 14,906
- 27
- 99
- 149
0
votes
2 answers
Inlining issue on Outlook 2013/2016 on Windows
Im trying to make these 6 inline columns be 3 per line on desktop and 2 on mobile.
Something in the Outlook ghost table code is causing all 6 to appear on one line and stretch the table. Ive tried hard width in td, max-widths, min-widths, etc. but…
Richard Clifford
- 494
- 3
- 17
0
votes
0 answers
FreeBusy Outlook method not working in VB.NET
I am trying to get the appointment information of a contact from my company using VB.NET (not VBA) and the only method I could find for this was the FreeBusy method which VBA definition can be found here.
I came up so far with this code :
Dim…
PaaBliiTo
- 95
- 1
- 11
0
votes
1 answer
Form region to appear in customized ribbon outlook 2016
How can I programmatically put a reference to the custom ribbon I made so that the custom region I created will appear in that ribbon?
I see this is how you reference an outlook item. But I dont know how if its a customized ribbon.
private void…
EJ Camp
- 1
- 6
0
votes
1 answer
new Outlook profile creation with script
I am in an Exchange 2010/Office 365 migration project. I'm working on Exchange 2010/Office 365 migration. In test environment where I successfully migrated the mail boxes with cutover migration to the cloud.
The next step would be the development of…
Tatjana Nikolic
- 1
- 1
- 1
0
votes
1 answer
Getting information from a message using an Outlook rule
I'm using Outlook 2016 with two e-mail accounts and I've set up a rule to call a VBA script to do some stuff with the incoming messages on one of the accounts. Is there a way, using VBA, to access the email object that triggered the rule I'm…
Zeferino
- 1
0
votes
1 answer
VBA Outlook 2016 - Dynamic controls overlap
I'm trying to add dynamic controls to different frames in a UserForm. I'm working on Outlook 2016.
I want them to be displayed by row of 3 in each frame I have for each user I have and then 3 others right below the first and so on.
Example :
Frame1 …
Jérémy Gamba
- 70
- 1
- 10
0
votes
1 answer
Outlook - Images not showing in signature of original mail when replying
I have made an email signature in Outlook (2016) by pasting HTML in the window where one can type a new signature (File>Options>Email>Signatures>New).
It looks good when sending a mail, it shows all images. The receiver of the mail (on any other…
roye7777777
- 394
- 1
- 2
- 13
0
votes
1 answer
Javamail BCC not set in editable mail
I want to make an email and extract the content in a .eml file. I don't understand why the following code doesn't works (at least, not like i want) :
public String getEML() {
final Properties properties = new Properties();
…
Julien
- 200
- 1
- 15
I have an email with img and "border" made with td. Only on outlook 2016 td with width of 260px shows with break in the middle. I can't find why. I copied many styles with cellpading:0, celspaccing:0 etc. but nothing helps. Problem seems to happen…

Peter B.
- 55
- 5
0
votes
2 answers
Add attachment to all selected items in Outlook 2016 with VBA
I aim to add an attachment to every item that is currently selected in Outlook 2016. My idea is to call Attachments.Add in a loop on each item in the current selection.
In my Drafts folder, I have three drafts with the subjects:
Draft Test 3
Draft…

wecsam
- 2,651
- 4
- 25
- 46
0
votes
1 answer
Create/Copy (this rule on all accounts) outlook using vba
Is there any way to copy outlook rule of one account to another account using vba code. I have researched on internet i have not found any thing related to my question, Pls help me. refer any link. I am not expert much of vba.I will be very thankful…

SaJJad Ahmed
- 1
- 4
0
votes
1 answer
Wrong table rendering in mails in Outlook 2016
we have a problem with rendering a mail element correctly in Outlook 2016. It works correctly in Outlook 2013 and other mail clients (and of course the browser preview), but we don´t have any clue how to fix this rendering issue for Outlook…

JK1974
- 1
0
votes
2 answers
VBA to format selected text in Outlook
I want to highlight text in an email and format it to font consolas and indent it once.
I have tried this but get an error:
Sub Code()
Selection.Font.Name = "Consolas"
Selection.Paragraphs.Indent
End Sub
Run-time error '429':
ActiveX…

Matt
- 14,906
- 27
- 99
- 149
0
votes
2 answers
Inlining issue on Outlook 2013/2016 on Windows
Im trying to make these 6 inline columns be 3 per line on desktop and 2 on mobile.
Something in the Outlook ghost table code is causing all 6 to appear on one line and stretch the table. Ive tried hard width in td, max-widths, min-widths, etc. but…

Richard Clifford
- 494
- 3
- 17
0
votes
0 answers
FreeBusy Outlook method not working in VB.NET
I am trying to get the appointment information of a contact from my company using VB.NET (not VBA) and the only method I could find for this was the FreeBusy method which VBA definition can be found here.
I came up so far with this code :
Dim…

PaaBliiTo
- 95
- 1
- 11
0
votes
1 answer
Form region to appear in customized ribbon outlook 2016
How can I programmatically put a reference to the custom ribbon I made so that the custom region I created will appear in that ribbon?
I see this is how you reference an outlook item. But I dont know how if its a customized ribbon.
private void…

EJ Camp
- 1
- 6
0
votes
1 answer
new Outlook profile creation with script
I am in an Exchange 2010/Office 365 migration project. I'm working on Exchange 2010/Office 365 migration. In test environment where I successfully migrated the mail boxes with cutover migration to the cloud.
The next step would be the development of…

Tatjana Nikolic
- 1
- 1
- 1
0
votes
1 answer
Getting information from a message using an Outlook rule
I'm using Outlook 2016 with two e-mail accounts and I've set up a rule to call a VBA script to do some stuff with the incoming messages on one of the accounts. Is there a way, using VBA, to access the email object that triggered the rule I'm…

Zeferino
- 1
0
votes
1 answer
VBA Outlook 2016 - Dynamic controls overlap
I'm trying to add dynamic controls to different frames in a UserForm. I'm working on Outlook 2016.
I want them to be displayed by row of 3 in each frame I have for each user I have and then 3 others right below the first and so on.
Example :
Frame1 …

Jérémy Gamba
- 70
- 1
- 10
0
votes
1 answer
Outlook - Images not showing in signature of original mail when replying
I have made an email signature in Outlook (2016) by pasting HTML in the window where one can type a new signature (File>Options>Email>Signatures>New).
It looks good when sending a mail, it shows all images. The receiver of the mail (on any other…

roye7777777
- 394
- 1
- 2
- 13
0
votes
1 answer
Javamail BCC not set in editable mail
I want to make an email and extract the content in a .eml file. I don't understand why the following code doesn't works (at least, not like i want) :
public String getEML() {
final Properties properties = new Properties();
…

Julien
- 200
- 1
- 15