Questions tagged [outlook-2016]
246 questions
0
votes
1 answer
How to get email address based on inbox click in outlook addin?
I am creating outlook addin using visual studio 2015.
I have config two email address in outlook 2016.now when I click on specific inbox I want email address of the user who belongs to the inbox.

baj9032
- 2,414
- 3
- 22
- 40
0
votes
1 answer
How to replace the "Run as Script" functionality in Outlook 2016 Rules?
I have a number of "script" modules in Outlook that have been disabled as the "Run as Script" option has been removed in our system.
An example of "Run as Script" file handling for an active project:
Public Sub saveAVMAttachtoDisk(itm As…

Dashboarder
- 1
- 6
0
votes
1 answer
Drag-and-drop of a mail window in Outlook 2016
Is it possible to drag the window of a mail M1 and drop it to the window of a mail M2 in Outlook 2016 in order to attach M1 to M2 ?
If so, how ?
Any help will be greatly appreciated

user1139666
- 1,687
- 4
- 24
- 45
0
votes
1 answer
Outlook Add-in not rendering in 2016
I am creating an Outlook Add-in, which works perfectly fine in Outlook 2013. In Outlook 2016, however, nothing shows up. The ribbon items are completely gone. In 2013, there are three ribbon buttons that show up, that do not in 2016.
Any ideas what…

Joseph Whitley
- 13
- 6
0
votes
1 answer
Outlook 2016 - Modify Appointment Window
Wondering if there is a way to modify the Appointment window in outlook 2016 to add new fields?
A resource field that would be a drop down menu containing
different alphanumeric text field selections.
A Numeric data type entry field.
A Text…

user6315807
- 7
- 4
0
votes
1 answer
When I copy paste data from excel to outlook, I want to retain the mouse over comment on each cell. How do I do that?
When I copy paste data from excel to outlook, I want to retain the mouse over comments on each cell. How do I do that ?

Rakesh
- 29
- 1
- 5
0
votes
1 answer
Search and replace specific string on Outlook message subject
I am trying to run a VBScript that searches all the Incoming messages for a specific string on the subject field and replaces it with something else but keeping the rest of the subject content. So far, this is my code but im not getting any…

Andres Mora
- 1,040
- 8
- 16
0
votes
0 answers
Customize font-size with PhantomJS for Outlook mail server
I'm running server in Node.js that use PhantomJS webkit as non-browser service.
My purpose is to extract graphs/ data tables from Kibana dashboards, using snapshot URL, render it, and send it as base 64 mail content to Outlook server
My problem is…

Aviv Cohen
- 69
- 6
0
votes
1 answer
Outlook 2016 Add-in not working
I am working on an Outlook add in and it works fine for all the browsers. However it does not work with Outlook 2016. Initially it worked with Mac, but now it doesn't seem to work with either. It seems like the Office.initialize is never…

Lani
- 61
- 4
0
votes
1 answer
Importing contacts with custom fields only in Outlook 2016
So I have a contact list in a .csv list that looks like:
What I'm trying to do is import this list to my Outlook (Office 365). I started with creating the custom fields inside Outlook.
But I have discovered that it's impossible to use custom…

Kahn Kah
- 1,389
- 7
- 24
- 49
0
votes
1 answer
Outlook 365 EAS to Exchange 2013 server issue
Can anyone please help me if Outlook 365 is able to connect to Exchange 2013 server using EAS? When i try to configure Outlook 365, i am getting the below error.
"Log onto Exchange ActiveSync mail server (EAS): The server cannot be found"
Please…

vinu
- 81
- 1
- 1
- 7
0
votes
1 answer
Are there any desktop IM apps that I can download for Outlook2016?
I have search for about an hour trying to find an app or add-in so that I can Instant Message with my team.
Are there any Instant Messaging apps or add-ins for Outlook2016/Office365 that can be used on the desktop?
I know I can login to the web…

Learn12
- 206
- 1
- 3
- 11
0
votes
0 answers
Outlook Redemption Inline Popout Not Popping
I've been using Outlook Redemption's ActiveInlineResponsePopOut method in my application. From feedback I've gotten, the method seems to work fine with most installations of Outlook 2016. However, on certain machines, the method doesn't work (i.e.,…

Peter Norman
- 3
- 4
0
votes
2 answers
Mails Sent Via Outlook Redemption Stuck in Outlook Outbox
This problem is happening for one of our customers and I have been unable to replicate on my side using the same version of Outlook. My customer and I are using Office 365 with Outlook 2016 installed. When he sends an email in our program via…

bruestle2
- 727
- 1
- 8
- 22
0
votes
0 answers
SMTP Address of the Sender of a Mail Item
I have created a plugin for Outlook 2016.
To get the sender's SMTP address, I am following How to: Get the SMTP Address of the Sender of a Mail Item
Which recently start breaking when it try to do below line
if (sender.AddressEntryUserType ==…

huMpty duMpty
- 14,346
- 14
- 60
- 99