Questions tagged [outlook-2016]

246 questions
0
votes
1 answer

Outlook 2016 - first line with default line-height, mso-line-height-rule doesn't work

I am trying to develop an HTML e-mail for Outlook 2016 and I have problem with line-height. There are many threads regarding this problem but nothing helped to me. I have few "lines" (td cells) with 1px in my table displayed w/o problems, the…
0
votes
3 answers

Is there a better way to add dividers to emails? Having an issue with outlook 2016

I'm working on an email that has several dividers. The   character in the table cell gets deleted when edited through the wysiwyg editor. I tried using the &zwj character to solve that issue and it works on most email clients but outlook 2016…
robb
  • 294
  • 2
  • 14
0
votes
1 answer

Display Outlook Add-ins next to new items of Outlook

I have a created an outlook Add-Ins and its working as expected. The newly installed add-in is displayed at the Home tab of outlook. It is displayed as a new group. I need my add-in to get displayed next to new item option present in outlook. For…
Mohanvel V
  • 768
  • 4
  • 17
0
votes
1 answer

Not able to add account in Outlook-2013

I am not able to add an alternative account in my outlook-2013 it is giving the following error, can someone please help me to rectify the problem?
Rohit Sharma
  • 71
  • 2
  • 17
0
votes
0 answers

Javascript code in React Outlook Web Addin is not executed for a non admin account

We developed an Outlook Web addin in React, build with Webpack. It works on the web, on apps, and on desktop. We have a very strange case we cannot explain with a customer. We did test on a virtual machine (Windows : 10.0.16299.0 ; Office license :…
0
votes
2 answers

OUTLOOK 2016 AddIn: Modified MailItem in InBox, can't be saved in a Outlook Custom Form (Read Layout)

I have a problem with development of a Office 365 Outlook Addin (Desktop). I need to modify certain properties on a MailItem opened with a custom form ( Form designed in Outlook, exported as OFS file and imported in to Visual Studio AddIn project)…
VxSimon
  • 1
  • 1
0
votes
2 answers

Script moves only a couple of 'Inbox' items on each execution

I have the follwing VBA script for Outlook that should move emails to the Archives folder (that are not categorized in one of the special categories). It both works and not. I mean it moves some emails but skips the others so I have to run it…
t3chb0t
  • 16,340
  • 13
  • 78
  • 118
0
votes
1 answer

My attachments lose their original name and are show as ProjectStatus.xlsx

In windows 7 and Office 2007 I have been using a code which opens a new email in Outlook, attach a file and send it. The code it's not mine, I found it somewhere in the internet. The problem is that now I use Windows 10 and Office 2016, and using…
Dani LA
  • 107
  • 1
  • 7
0
votes
3 answers

Counting Mails in Outlook with Autohotkey

I tried to write a script, that counts the e-Mails in a specific public exchange folder in outlook. If there are Mails in subfolder2, a Messagebox should open and tell me, how many Mails there are. I tried this, but it did not work. Outlook :=…
PHS
  • 11
  • 1
  • 4
0
votes
1 answer

Connect .pst files to Outlook (2016)

I'm looking for a way to run a one time script when a user opens outlook for the first time that will open an array of outlook data files (.pst) (The equivalent of using Outlook(2016) and going to File -> Open & Export -> Open Outlook Data…
JSWulf
  • 129
  • 1
  • 2
  • 12
0
votes
1 answer

Single-value extended property set to a draft item is not available when it is sent

I have set a custom property to draft item as single value extension property via graph API. I was expecting the same to be available to corresponding sentitem resource after draft is sent. But unfortunately I see that the properties are not…
NewtonCode
  • 1,322
  • 5
  • 14
  • 25
0
votes
1 answer

Outlook Add-in: Outlook 2016 issues with a new authentication window

I'm working on an add-in for Microsoft Outlook, and we've been encountering an issue with the Outlook 2016 taskpane not being able to talk to a new window. This currently only occurs on the Version 1810, Build 10927.20001. To reproduce the issue in…
Steve M
  • 147
  • 1
  • 1
  • 9
0
votes
1 answer

MAPI address book provider: contact card pop-up

How to add 'PR_TITLE', 'PR_COMPANY_NAME' and 'contact picture' to pop-up window of message recipient which is placed in address row in message compose? I use custom MAPI Address Book Provider to add recipient to address row.
0
votes
1 answer

How to detect "This computer only" flag in Outlook folder names in VSTO addin?

Starting from Outlook 2013 and newer, Outlook may sometimes (in case of .OST files) append "(This computer only)" suffix to folder names. In other cases (.PST files) this does not happen. So, depending on particular circumstances a folder name can…
Alex
  • 2,469
  • 3
  • 28
  • 61
0
votes
1 answer

Outlook Add-in VSTO install

I have written a VSTO for Outlook with a formregion for meeting/appointmentitems in VS 2015. I deploy this to our desktop computers using ClickOnce. I would like to use the Windows Installer to install the VSTO for laptops because when I use…