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
4
votes
2 answers

MailItem.GetInspector.WordEditor is NULL on Outlook 2013 AddIn all the time

We have a C# Outlook Add-in which allows end user to click one button in Ribbon to insert some contents on new email. We are using MailItem.GetInspector.WordEditor to do so. However the weird thing is that our program is not able to get the…
windfly2006
  • 1,703
  • 3
  • 25
  • 48
4
votes
1 answer

Cellspacing in Outlook 2007, 2010 and 2013

I have this table where I need spacing between the cells:
Frinsh
  • 310
  • 4
  • 14
4
votes
1 answer

Get docked message object in Outlook 2013

Getting a currently open new email message (when un-docked from the main Outlook window) requires the following code: Outlook.Application oApp = new Outlook.Application(); Outlook.Inspector inspector = oApp.ActiveInspector(); item =…
4
votes
1 answer

Adding controls to Outlook 2013 "inline response" contextual ribbon

I have an Outlook add-in that has been used for the last couple of years. When creating a new email, I had added a group of controls to the ribbon that would appear on the inspector window. With the advent of Outlook 2013 and the in-line response…
Zak
  • 361
  • 1
  • 5
  • 12
4
votes
1 answer

Outlook 2013: Adding button to reading pane?

Is it possible to add a custom button to Outlook 2013 reading pane - next to "FORWARD" (where the red arrow points)... ?
MojoDK
  • 4,410
  • 10
  • 42
  • 80
4
votes
3 answers

Outlook 2013 rendering issue: nested table truncating adjacent text

In developing html email newsletters, I often use a structure similar to the following:
jalperin
  • 2,664
  • 9
  • 30
  • 32
3
votes
3 answers

Outlook 2013 'Run a script' rule has disappeared

I have some rules for work in outlook 2013 - however following my laptop crashing the other day, I can no longer run any rules, they simply do not work (I don't even get a debug notification). Upon checking my macros, I found that when I tried to…
Rachael
  • 87
  • 2
  • 9
3
votes
0 answers

VSTO Add-In crashes Outlook when left open overnight

The Add In I have written a VSTO Add-In for Outlook. The crux of the add-in is to put a button on the Ribbon when a user is replying to email that will allow them to quickly set the Email Sensitivity to Confidential or back to Normal. Currently…
Rob
  • 121
  • 9
3
votes
1 answer

Using Recipient.FreeBusy in Outlook

I am having trouble using the FreeBusy method of the Recipient class. The documentation states that the function parameters are: Start which represents the start time, MinPerChar which represents the minutes per character returned, and…
OpiesDad
  • 3,385
  • 2
  • 16
  • 31
3
votes
1 answer

How can I set up an automated Out Of Office reply with specific time range

I am using Outlook 2013 and I'm trying to figure out how to create a script to automate the process of enabling the OoO assistant for specific time range. So far, I've created the script (you can see the corresponding function) below, which can…
afe
  • 43
  • 4
3
votes
1 answer

Modifying selected email subject

In my work I handle over a hundred emails in a day and I always have to add my initials to the front of the subject so others know that I have taken it. Currently in Outlook 2013 I have to double click the email, mouseclick to the front of the…
JKurki
  • 33
  • 5
3
votes
2 answers

Check with Python if Outlook is already open, if not open it

I wrote a python script which often sends mails via Outlook. The problem is if I don't have Outlook open, no mails will be send. (I use Outlook 2013) Now I want to check at the beginning of my script if Outlook is already open, and if not I want to…
nieka
  • 259
  • 1
  • 4
  • 14
3
votes
2 answers

What is the equivalent of deprecated ItemContextMenuDisplay in outlook 2013

I would like to add a menu item to the context menu when the user right clicks on a message. But the item Application.ItemContextMenuDisplay Is apparently deprecated, what would be the equivalent of this in outlook 2013?
Simon Goodman
  • 1,174
  • 1
  • 8
  • 35
3
votes
1 answer

Outlook 2013 - VBA - Ribbon - onLoad not firing

In %appdata%\Microsoft\Office\olkapptitem.officeUI I have:
IMTheNachoMan
  • 5,343
  • 5
  • 40
  • 89
3
votes
1 answer

Outlook 2013 Userform with block Error when not "Popped Out"

I have a set of macros that have worked in Outlook 2003, 2007, and 2010. In fact, it still works in 2013 except in a specific case. The macro brings up a dialog box whenever you try to send an email - to tag the subject line with key words. The…
Trashman
  • 1,424
  • 18
  • 27
1
2
3
19 20