Questions tagged [outlook-2016]

246 questions
0
votes
1 answer

iPhone Activesync for Outlook contact "other" phone numbers not syncing

I found a fix that I am trying to run but having issues. When I enter the second line in Powershell I get the error below. I have a number of contact records that sync via sf.com in outlook, not sure if that is the issue. If you can help me fix the…
Mariange
  • 1
  • 2
0
votes
2 answers

Force image rendering and download on Outlook sent from MailChimp?

Currently, all emails being sent from Outlook do not download and display images in Outlook. There are many possible reasons for this ranging from: Outlooks own built-in Security Outlook's rendering engine Most Outlook versions on Windows don’t…
Girum
  • 107
  • 1
  • 2
  • 12
0
votes
0 answers

Html Newsletter issue Outlook 2016 - How to debug?

i have a bigger problem with my newsletter template. Outlook 2016 shows an error that I cannot debug. In all other browsers and mail clients this error does not occur at all. I have two screenshots attached. One shows the error in Outlook 2016. The…
Bavramor
  • 11
  • 2
0
votes
0 answers

Office.context.mailbox.getCallbackTokenAsync() empty token

I'm having a problem with a web add-in for Outlook. The Outlook client is 2016 (MSI) which I believe means that it supports no higher than JavaScript API 1.4, opposed to Outlook 2016 (C2R) which, as I recall it, supports JavaScript API 1.6 or maybe…
0
votes
1 answer

How to get emails directly without storing in webmail inbox?

I am facing problem regarding Outlook app. I have successfully connected webmail with outlook app, but when I delete email from Webmail then it also delete from Outlook. I don't want to delete from my ourlook app. It should keep it for my…
0
votes
1 answer

Unable to open Outlook app through UIActivityViewController in iOS 13 running devices

Unable to open Microsoft Outlook app compose mail window with pre populated subject, body and recipients through UIActivityViewController Native iOS app running iOS 13. This functionality is working as expected in the previous iOS version < iOS…
user3908542
  • 59
  • 1
  • 5
0
votes
0 answers

Outlook 2016 doesn't call SynchronizeInBackground

In case when CMsgStore::QueryInterface method queries for the IID_IMAPISync it returns my own implementation (CSync) of the IMAPISync interface. Later the CSync object got two method calls of CSync::AddRef and then two method calls of…
0
votes
1 answer

Filtered outlook events' TypeName remain "Nothing"

I'm running a macro on excel to populate a shared outlook calendar. The thing is, I have no problem to add appointments to the calendar, but when dates change I want to suppress old ones, to replace them by new events. I have a code that is supposed…
Adrien
  • 41
  • 9
0
votes
0 answers

HTML anchor tag underlines appear in Outlook mobile but doesn't appear in the Outlook Web

We are building Email content with HTML, most of the content is wrapped in anchor tags. I am trying to hide underlines of anchor tag. I tried 'text-decoration: none;' on the anchor tag, which hides underline when opened in Outlook app on the PC. But…
Naju
  • 19
  • 6
0
votes
1 answer

Facing issue with border and mso-border-alt property in HTML email template for outlook 2016

... ... Both are giving me only thin line of border. Even I make border as 100px also border width is not increasing in outlook 2016. What I have to do for this? Is there any solution for this? Can anyone please help me out on this?
aditya gudipati
  • 103
  • 1
  • 2
  • 5
0
votes
1 answer

Inline style for border being ignored on in Outlook
Essentially have this
which should put a small border around the entire table. Looks fine in every other email client except Outlook 2016. It has every border that is at the
level, but not the outside…
cjones
  • 8,384
  • 17
  • 81
  • 175
0
votes
1 answer

Programmatically read manager's name from the Outlook contact card

I'm new to fetch MS outlook functionality programmatically (using C#.Net). Here is the things I would like to achieve. I have list of person's name in an Excel file. The .Net code should read those names from excel and search their manager's name…
AskMe
  • 2,495
  • 8
  • 49
  • 102
0
votes
1 answer

How to run rules in Outlook every 24 hours

I'm currently working in a Production support . We will be getting more emails about the system CPU/RAM utilization, Job failures etc... Per day we will be receiving around 300 to 500 emails approx.We have filtered the email to go into different…
Varshini
  • 69
  • 10
0
votes
3 answers

"Run-time error '287': Application-defined or object-defined error" while using CurrentItem.Saveas or CurrentItem.HTMLBody in Outlook 2016

We have an Access database running under Office 2010. We have to change to Office 365 and get Run-time error '287': Application-defined or object-defined error with: Dim olAppSaida As Outlook.Application Dim olItemSaida As Outlook.MailItem Set…
mariodcm
  • 11
  • 1
  • 2
0
votes
1 answer

Can I run a script automatically after Outlook finished startup?

I want to set the message signature automatically each time Outlook starts. Unfortunately, the classic approach using Application_Startup() doesn't work for this. It seems that the objWord.EmailOptions.EmailSignature object is not yet available at…