Questions tagged [outlook-2013]

Microsoft Outlook is a personal information manager (most notably used for handling e-mail), available both as a separate application as well as a part of the Microsoft Office suite.

Although often used mainly as an e-mail application, it also includes a calendar, task manager, contact manager, note taking, journal, and web browsing. It can be used as a stand-alone application, or can work with Microsoft Exchange Server and Microsoft SharePoint Server for multiple users in an organization, such as shared mailboxes and calendars, Exchange public folders, SharePoint lists, and meeting schedules.

Features that debuted in Outlook 2013, which was released on January 29, 2013, include:

  • Attachment reminder
  • Exchange ActiveSync (EAS)
  • Add-in resiliency
  • Cached Exchange mode improvements
  • IMAP improvements
  • Outlook data file (.ost)
  • People hub
  • Startup performance improvements

References

297 questions
3
votes
1 answer

How to programmatically remove a menu context item in Outlook 2013

I have an Outlook add in that was written with Outlook 2010 in mind but I am updating to handle Outlook 2013 correctly. As part of the add in I have included a number of context menu buttons using the IRibbon method. At this point these new menu…
coffeecoder
  • 725
  • 7
  • 22
3
votes
1 answer

C# Outlook Addin Not Installing Correctly

I am currently having issues when deploying my Outlook Addin. When I sent the Addin off to QA these are the only 2 issues that she found. I have browsed the intranet for hours now and cannot find a solution to my 2 issues. Some details first: I am…
LiveKarma
  • 221
  • 2
  • 13
3
votes
1 answer

How to disable indexing of a specific storage in Outlook 2013?

For earlier versions of Outlook I use solution described in this answer https://stackoverflow.com/a/2716229/1741116 , and it works fine for me. But in Outlook 2013 intercommunication with Windows Search has been removed…
intrueder
  • 445
  • 5
  • 11
2
votes
0 answers

Opening CRM entity doesn't display any records in both Outlook 2013 and 2010 with integrated CRM Client 2011

Opening CRM entity doesn't display any records in both Outlook 2013 and 2010 with integrated CRM Client 2011 as shown in the picture. I have done following work but all in vain. 1) Open Diagnostic from Start Menu Enabled Tracing Disabled…
Charlie
  • 4,827
  • 2
  • 31
  • 55
2
votes
0 answers

Line Spacing Increased Issue When Updating Email Body With Office.js

I’m working on an add-in for Microsoft Outlook, and one behavior of my add-in is to insert an image into a message body from compose view. I use the Office.js method Office.context.mailbox.item.body.getAsync() with a coercion type of HTML to get the…
2
votes
1 answer

Attaching a file to an appointment request not showing up in CRM 2013

I created an appointment within Outlook 2013, with an attached file. I then send the appt request, making sure it's tracked. Synchronized outlook with CRM 2013 version. Within CRM, the appointment is available linked to contact but it does not have…
2
votes
1 answer

Access 2013 - Send an email automatically with outlook and Windows Task Scheduler

I have an access macro that runs a set of Netezza queries and uploads the results to a database. It then opens and refreshes an Excel file that utilizes this data and saves the file in a couple of locations. Finally it composes an automated email…
2
votes
1 answer

Why is our Office 365 add-in flagged by Outlook 2013 as "not responding"?

One of our users is experiencing this error in Outlook 2013 "this app is not responding". We can't really re-produce the error in our IE11/Outlook2013 environment. Our add-in has been tested by the Office store team too, no issues. Can someone…
2
votes
1 answer

Outlook addin doesn't load and also doesn't show as disable or inactive, even though correct registry was created

I have created an outlook VSTO Addin using visual studio 2012, .net framework 4.5 . It loads correctly,on various machine that I have tested. But on two client machines it is not loading, even though correct registry entry has been created under…
V K
  • 1,645
  • 3
  • 26
  • 57
2
votes
1 answer

Why is the email atachment i sent by BizTalk "body.csv" in OUTLOOK 2016?

I created a simple interface that send an email. I have set the filename by msg_out_renamed(MIME.FileName) = FileName; This works fine in my outlook 2013, it shows as "client_inv_20160909090658.csv". But the receipient who uses Outlook 2016 has it…
Andy
  • 2,248
  • 7
  • 34
  • 57
2
votes
1 answer

Get Mailbox Name Of Current Active (Or Open) Email

I have existing VBA code that performs some tasks on a selected email. This is ok. I have two mailboxes in Outlook 2013. What I need to determine when I execute the VBA code is which mailbox the selected email is from; Mailbox1 or Mailbox2.
Jeffrey
  • 31
  • 3
2
votes
1 answer

Highlight Text in Reading Pane

I am trying to highlight specific text in the reading pane, so when you click on a specific email, the reading pane will show the body of the email and specified text highlighted, in this case the word "Test". Currently, nothing happens. If I double…
2
votes
0 answers

How to add s/mime certificate to existing contact in outlook2013 easily

i was wondering if any of you know of an easy (and working) way of importing a new mail certificate to an already existing contact (holding an also already existing different mail cert) in Outlook 2013. The problem was already discussed in…
Loki
  • 21
  • 2
2
votes
1 answer

Saving an item in the drafts folder also creates a blank outbox item

I have a C# console app that dynamically creates a bunch of emails and saves them to the Drafts folder in Outlook 2013. However, I've run into an issue where the items I create are not only created in the Drafts folder, but a blank item is also…
user2063351
  • 503
  • 2
  • 13
  • 31
2
votes
1 answer

Converting an Image to a HTML mail signature

I took our signature desing and turned it to a HTML code with my amateurish skills. But when i put it to outlook, it looks broken. Can someone show me how to do it or directly fix my code?
1 2
3
19 20