Questions tagged [outlook-2016]

246 questions
0
votes
2 answers

Responsive Email (Outlook 2016) issues

I used this responsive email template to design a tabular report email template but unfortunately it renders horribly on outlook desktop 2016. I'll appreciate any form of help I can get to make my template look better on outlook desktop. Here is…
user2721794
  • 401
  • 1
  • 4
  • 20
0
votes
0 answers

Unable to register Outlook Add-in no matter what

I've been developing an Outlook Add-in, been working and installing fine. Then I tried to installed a really old version of the same add-in (trying to verify some old behaviour, the old plugin was for Outlook 2010), and it somehow messed up the…
0
votes
1 answer

Outlook 2016 button image displays wrong

I'm working on an eblast and am having trouble getting my CTA button to render correctly on Outlook 2016. The bulletproof button from Campaign Monitor isn't working on Outlook 2016, so I decided to conditionally insert an image button for only…
brando
  • 161
  • 1
  • 2
  • 13
0
votes
1 answer

Loading Outlook VSTO add-in from the native COM add-in on startup

I've been developing the VSTO plugin for Outlook and on some customers' PCs ran into the slow loading issue (which is apparently a chronic disease for all managed office add-ins as CLR loading is counted towards the whole plugin loading time). I've…
0
votes
0 answers

Issue with EDM Template making

My code:
0
votes
1 answer

Office 365/Outlook 2016 Move a file with an attachment that contains a string to another folder

I receive multiple log files per day and would like to create a rule or vba script that will move the email to a specified folder. The catch is, it should only be moved if it contains specific text in an xml attachment. I'm new to VBA and couldn't…
Stephanie
  • 45
  • 1
  • 7
0
votes
2 answers

Outlook add-in activation rule for compose new appointment

I'm developing an Outlook mail app using vs 2015. I want to show my add-in only when the existing calendar item is opened. When I have the FormType as ReadOrEdit in Rule Collection of manifest, the add-in shows for the appointment while creating…
0
votes
1 answer

VSTO deployment file will not run

I have been working on an outlook Addon using a visual studio VSTO project. When I run it as Debug or launch from within Visual studio Outlook (2016) launches and the addon works without an issue. However, if I try to install it by navigating to the…
Tshsmith
  • 142
  • 1
  • 8
0
votes
1 answer

Finding proxy addresses in the Exchange Online GAL

We have recently switched from Domino to O365 and Exchange Online. One of the issues we have discovered is that the email aliases (proxy addresses) of a mailbox do not seem to be searchable by endusers in the Global Address List via Outlook. For…
Ben Wall
  • 21
  • 1
  • 3
0
votes
0 answers

Office 365 add-ins ribbon bar buttons are disabled

To isolate issue I created an empty add-in express project (Regions for Outlook and VSTO) as follows: outlook 2013/2016 vsto project added adx region for outlook and VSTO explorer layout: taskpanedock.right explorer item types: checked MailItem…
John
  • 1
  • 1
0
votes
1 answer

Customize the Outlook 2016 inspector ribbon in VS 2015 from similar Outlook 2010 code sample for VS 2010

I am looking to develop a basic com add-in for Office 2016 (perhaps globally for some of the other office apps - most likely, Excel, Word, PowerPoint, Publisher & OneNote) but in this instance for Outlook 2016 and specifically to add an 'Insert from…
0
votes
1 answer

Implementing App For Outlook

I have a VSTO Ms Outlook Addin which interacts with Contacts, Tasks, Meetings,Calender and Emails of Outlook and it works fine with Office 2007,2010,2013,2016. Now, I would like to implement the same for "app for outlook". How should I do that? Can…
0
votes
3 answers

harmon.ie not loading on outlook 2016 startup

When I start Outlook the harmon.ie add-in is not deactivated but disabled and if I go to the com-add-ins menu the load behavior is "not loaded". How could I set the load behavior to load on startup? e.g. I tried these…
0
votes
2 answers

Outlook 2016 - old vba code to fire rules won't run

Why is this code to run all enabled rules does not run in outlook-2016? I used it without any problem on outlook 2007, 2010 and 2013, but it is not working in outlook 2016. Sub OrginalRunActiveCatInboxRules() Dim Session As Outlook.NameSpace Dim…
0
votes
1 answer

HTML email issue on forwarding

I am wanting to forward an HTML email I had created so that the users can edit some text and forward themselves in Outlook. However when I forward it, I am getting some space added by Outlook when its being forwarded. Iin the image attached, the…
Ninjab
  • 167
  • 1
  • 2
  • 10