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
2
votes
1 answer

Outlook 2013 VBA Getting required data from Global Address List

I am using Outlook VBA codes to find a specific Email address by the unique job title in the Global Address List. I have the code below, but I am not sure how I can rope the identifying of specific Email address in. I am using this as a Function so…
Jing Yi
  • 203
  • 4
  • 15
2
votes
1 answer

Outlook 2013 VSTO - Events for current explorer are not fired

What could be possible reasons for the events of the Explorer object not firing? I am using the simple code below, just registering the events for all Explorer objects. I always get the Init new Explorer! line in debug window once, so there is one…
Torben Schramme
  • 2,104
  • 1
  • 16
  • 28
2
votes
1 answer

Create Add-In for Outlook 2013 for add a Button

Good morning, my company is looking for a solution in order to distribute an add-in for Outlook 2013 that add a button in the ribbon. I want to create an add-in for Outlook 2013 and I saw that is possible using Visual Studio (I use VS 2013 or 2010)…
Simone
  • 95
  • 1
  • 7
2
votes
1 answer

Open.ics with Outlook 2013 to read items

This is specific to Office 2013. In previous versions of Office (2010), I had a script which would download an .ics attachment and then save it to my calendar. After loading the .ics I then iterate through the .ics file and copy all…
enderland
  • 13,825
  • 17
  • 98
  • 152
2
votes
4 answers

How to add to Outook 2013's ribbon and/or get a ribbon button's name using VBA?

I need to do two things: Add buttons to a custom group on the "Home" tab of the Outlook 2013 ribbon using Outlook 2013 VBA. Everything I found online refers to Excel or Word. Within the macro that runs when each button is clicked I want to be…
IMTheNachoMan
  • 5,343
  • 5
  • 40
  • 89
2
votes
1 answer

Outlook 2013 HTML Signature with Image Background

I have found another thread (Outlook 2013 background image broken) however I can't comment as I am a new user of Stack Overflow. Here's my code:
2
votes
1 answer

How to show the Outlook email attachment preview for a specified attachment

I have a custom pane for emails in Outlook 2013, using VSTO. It lists the attachments in a ListView and allows conversion operations to be performed on the attachments: The user can normally press on an attachment to get a preview pane for the…
iCollect.it Ltd
  • 92,391
  • 25
  • 181
  • 202
2
votes
1 answer

Email newsletter first empty table cell height issue in Outlook 2013

The first empty table cell in my newsletter is displayed much bigger in Outlook 2013. This is what I have:
This works fine on every email client I…
user1448031
  • 2,172
  • 11
  • 44
  • 89
2
votes
1 answer

How to set time zones with DDay.iCal

I am using DDay.iCal to send an event that should be received by Outlook 2013. This is the part of the code where I am setting the dates: evt.Created = new iCalDateTime(DateTime.Now); evt.LastModified = new iCalDateTime(DateTime.Now); evt.UID =…
Gigi
  • 28,163
  • 29
  • 106
  • 188
2
votes
1 answer

How to get the CRM Entity Name from the Object Type Code of a RegardingID?

So it seems that it is a fairly common question in CRM to try get the object type code when you have an entity name. But since I always have to do things the hard way, I have the reverse task: I have the object type code, and need to get the entity…
2
votes
1 answer

Launch outlook 2013 from C# code

How can I close and open outlook 2013 programmatically using C# ? Here is the problem that I am trying to solve. I have set up an automatic backup of my .pst files to a external hard drive. I am using the free software 'SyncBackFree' for the backup.…
user3448330
2
votes
0 answers

Conditional comments are not recognized by Outlook 2007, 2010, 2013 for table size

I'm building a responsive email template and I'm having problems with getting Outlook 2007, 2010 and 2013 to recognize conditional comments. I have a main table that has a class called 'content' and it's set as 100% wide with a maximum width of…
2
votes
1 answer

Invoke Ribbon button in Outlook 2013

We have an Outlook add-in. We need to programmatically cancel a task assignment in the TaskItem Inspector window, just the way the Cancel Assignment button does. One would think that calling TaskItem.CancelResponseState() might work. Although it…
Scott
  • 4,458
  • 1
  • 19
  • 27
2
votes
1 answer

VBA macro to highlight selected text in current email message

I am trying to create a VBA macro for outlook 2013 that will take the selected text in the e-mail message that I am currently writing (which is in HTML format) and set the font size/color/boldness/highlighting. My macro has two if/then blocks. One…
user3109378
  • 23
  • 1
  • 1
  • 3
2
votes
1 answer

Outlook 2013 inline response and form region

In my Outlook 2013 add-in I want inline response form to use a form region with some additional controls. When I open a message in a new window and click Reply customized form opens. But if I do it inline the standard outlook's Reply form…
ramil89
  • 851
  • 13
  • 22