Questions tagged [outlook-2016]

246 questions
0
votes
2 answers

Outlook 2016 auto-removes zeros "0" in html tables

We are an ESP provider. We send messages for our clients in HTML format. This week one of our clients complained that zero values ( 0 ) started being stripped from the email content by Outlook 2016. This case is only relevant when 0 is located…
0
votes
0 answers

Unable to add Outlook 2016 web add-in to windows and Mac clients

I am trying to create a very simple web outlook add-ins (Using JavaScript + HTML5 + CSS). This is the same add-in described in the tutorial. https://learn.microsoft.com/en-us/outlook/add-ins/quick-start?tabs=visual-studio I am able to create the…
Amey
  • 1,216
  • 18
  • 28
0
votes
1 answer

Space between html email tables in Outlook 2016 only

SOLVED: Needed to declare a height on the main image that is nested in the table. QUESTION: I have two tables that I'm trying to stack on top of one another in an html email but am getting a gap between them in Outlook 2016 only. The red box should…
OsuDani
  • 88
  • 1
  • 11
0
votes
0 answers

Calendar folders created with Outlook.Folder.Folders.Add often do not appear until Outlook restart

I'm adding calendar folders as below (C#): folder = parentFolder.Folders.Add(name, Outlook.OlDefaultFolders.olFolderCalendar); Sometimes (with no visible pattern, it's quite random), the folder appears in Outlook calendar list, sometimes it…
Alex
  • 2,469
  • 3
  • 28
  • 61
0
votes
1 answer

View Shared Tasks in Outlook

I have shared a Task List with another user in my business but I can't see how they can view these task through the 'To-Do Bar' in the main email page(the taskbar on the right-hand side). They can see their own tasks fine, just not the ones I have…
bdstl
  • 23
  • 5
0
votes
1 answer

Attachment.PropertyAccessor.GetProperty for PR_ATTACH_DATA_BIN returns byte array with all items 0

I have an Outlook add-in created for sending large file attachments. When a user tries to attach a file it actually attaches a placeholder ".txt" file whose contents are the path to the actual attachment. When the user sends the email the add-in…
skeletank
  • 2,880
  • 5
  • 43
  • 75
0
votes
1 answer

Why Outlook can't remember my password

I'm having trouble with Outlook 2016. It's always asking to enter our credentials even if it's supposed to remember it.The password is still valid. We are also using skype for business but it's NOT linked with outlook (most of the functionalities)…
Captain Kirk
  • 63
  • 2
  • 9
0
votes
1 answer

Issue with Dynamics 365 for Outlook add ins

we configured outlook 2016 with Dynamics 365 with help of Dynamics 365 for Outlook add ins. The contacts are Syncing fine but every time when I open the outlook 2016 in my machine, its asking us to add the Dynamics 365 for Outlook add ins to…
0
votes
0 answers

Unwanted white space on right & bottom side of image in Outlook 2016 MSO

See screen capture here http://prntscr.com/gwctqu I have a problem with unwanted space on right & bottom side of image in Microsoft Outlook 2016 MSO (16.0.8431.2046) 32-bit Microsoft Office 365 Small Business Premium - Version 1708 (Build…
0
votes
1 answer

Outlook 2016 showing appointment Icon even for meetings created with EWS API

I'm creating appointments and meeting with EWS managed API but however, I found the Icon's appearing wrongly in Outlook 2016. Creating meetings with msdn example ` ExchangeService service = GetExchangeService(); Appointment meeting = new…
0
votes
2 answers

How to create a web font stack for an email signature that is sent _from_ MS Outlook 2016?

I created a new html email signature for myself and I'm quite pleased with the result. It makes use of a font stack that tries the web font Open Sans first and falls back to Trebuchet MS if the client cannot display the web font. I'm using Outlook…
vic
  • 292
  • 3
  • 14
0
votes
1 answer

Email To/CC/Subject fields go goofy when programatically attaching a PDF

Recently with some new Office 2016 installs, my app that interops with Outlook to attach files to emails is causing some odd UI effects preventing the email from being used. It only happens on a small percentage of users, but I can't otherwise find…
Brian M.
  • 826
  • 1
  • 8
  • 16
0
votes
1 answer

Stop Postback on Button OnClientClick()

I am facing an issue on disabling the button post back. I am trying to access the aspx page from outlook 2016 app I have an asp.net aspx page I am creating a button dynamically and making post back false with btnSubmit.OnClientClick =…
0
votes
1 answer

Outlook add-in works prior to Outlook 2016

I've checked other Stackoverflow questions, but no help there. Running VS2015 C# project for Outlook Add-in. The Add-in appears for Outlook 2010 and prior versions. On Outlook 2016 it just doesn't show up, no errors. It is a COM Add-in, there is no…
0
votes
2 answers

How to display msgbox if subject contains string

The following Outlook macro works perfectly, However, I would like this MsgBox to only appear if the Subject is LIKE 'Fees Due%' OR Subject is LIKE' Status Change%'. Is this possible? Private Sub Application_ItemSend(ByVal Item As Object, Cancel As…
Tennis
  • 137
  • 12