Questions tagged [outlook-2016]
246 questions
2
votes
1 answer
Is there a way to fix the HTML email width on Outlook 2016?
I am sending out HTML email, but no matter what I do, no matter adding width to table, tr, td, div and body, the email content take up the full width no matter what. This happens on both Outlook 2016 on all windows 7, 8 and 10. Is there a way I can…

cytsunny
- 4,838
- 15
- 62
- 129
2
votes
1 answer
600 + rows of Excel data to create Outlook Appointment...but only creates a single appointment
Background:
I have a task tracking spread sheet and would like to create a calendar "appointment" everytime a new row is added to the table. There are many instances of different versions of this code floating around out there, so I pieced this…

kroy2008
- 175
- 1
- 11
2
votes
1 answer
Outlook Add-In Fails to Authenticate Against ADFS Server
Environment:
Outlook 2016
Windows Server 2016
Microsoft Visual Studio Community 2017
Description of problem:
I am working on an Outlook add-in that is supposed to authenticate against an ADFS Server.
After carefully following the steps outlined…

Max Revine
- 78
- 6
2
votes
2 answers
Outlook form VBScript won't run
I'm designing a Outlook Contact form. None of the sample code I've tried to put in the View Code button's Script Editor does anything. The most basic example is:
Sub Item_Open()
msgbox "Hello World"
End Sub
When I click the Run This Form button,…

Matt
- 31
- 1
- 3
2
votes
1 answer
How to know the SmtpServer settings for my Office 365 provided Outlook 2016 installation?
I'm trying to use the Send-MailMessage commandlet in Powershell. It requires that I tell is my SMTP server settings.
I am running an Outlook 2016 desktop client that is associated with my Office 365 subscription. How do I get to know the Smtp server…

Water Cooler v2
- 32,724
- 54
- 166
- 336
2
votes
1 answer
Outlook / VBA Macro inside Modal-Email
We have a small macro (added to the ribbon) which on click is supposed to attach some files from a certain folder.
This works, when creating a "new" Mail from within Outlook. When you use (for example) Adobe Acrobats "send as email" Function, the…

dognose
- 20,360
- 9
- 61
- 107
2
votes
1 answer
Outlook Add-in Delegate Access to Calendar
For an Outlook add-in using add-in commands (office.js), the ribbon buttons under the AppointmentOrganizerCommandSurface extension point are disabled when creating a meeting in Outlook 2016 in a calendar for which the user has been granted delegate…

Carbo
- 319
- 3
- 13
2
votes
2 answers
Is it possible to directly open the Outlook meeting window?
I am trying to have my application to open the Outlook meeting window with some pre-populated fields.
I have found that this question was already asked here.
However, the code provided in the answer(which works fine) doesn't open the meeting window…

Patsuan
- 137
- 8
2
votes
2 answers
VSTO Add-in not loading. Looks like VSTO itself is not loading?
I have an Outlook Add-in. In Outlook 2016 (Office 365 desktop version) it will not load. 32 bit Office install on Windows 10 64 bit. It appears that the VSTO runtime itself is not loading. The add-in does not appear. It doesn't appear in the…

Corv1nus
- 4,523
- 1
- 26
- 37
2
votes
1 answer
Why is the email atachment i sent by BizTalk "body.csv" in OUTLOOK 2016?
I created a simple interface that send an email. I have set the filename by
msg_out_renamed(MIME.FileName) = FileName;
This works fine in my outlook 2013, it shows as "client_inv_20160909090658.csv".
But the receipient who uses Outlook 2016 has it…

Andy
- 2,248
- 7
- 34
- 57
2
votes
2 answers
Harmon.ie crashes Outlook 2016
We have several computers running Windows 7, MS Office 2016 and the enterprise version of harmon.ie.
Every 30-40 minutes Outlook 2016 crushes with error message "Outlook is not responding", most often when you are composing a new message and you…

Yana
- 21
- 4
1
vote
1 answer
How to reference a non-default account?
I am trying to modify code from How to move each emails from inbox to a sub-folder posted by 0m3r.
Option Explicit
Public Sub Move_Items()
' // Declare your Variables
Dim Inbox As Outlook.MAPIFolder
Dim SubFolder As Outlook.MAPIFolder
…

Planner
- 11
- 3
1
vote
2 answers
VBA only runs if I open the editor or run the script manually
I wrote a small piece of code for Outlook 2016 that takes emails from my Inbox and Sent Items folders and moves them to an archive folder, but even if I use the Application_Startup or Application_Quit methods, the script only works if I open the…

Solrack
- 11
- 1
1
vote
1 answer
Where is this extra right-hand space in this email coming from? (Outlook on Windows 10)
In the past week, I've started seeing extra space appear in the right-hand side of my emails. It only happens on a Windows desktop, in any version of Microsoft Outlook. Outlook online, mobile, and any non-Windows device don't have the same issue.…

alysong
- 13
- 4
1
vote
0 answers
Is it possible to programmatically force the opening of an .ics file hyperlink render as a calendar item instead of downloadable file?
I am writing a program to generate emails containing multiple announcements, some of which are "events." These events need to be addable to each recipient's Outlook Calendar. With as much as 20 events per email, attachments of .ics files are not an…

Max Voisard
- 1,685
- 1
- 8
- 18