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
1
vote
1 answer

Visual Studio 2012 - C# - outlook 2013 Add on

Is it possible to make a butoon at Ribbon be visible only when a email window is open? I don't want to be visible at the default outlook ribbon when the application loaded. Thanks.
user3320669
1
vote
2 answers

How can I display a web page inside Outlook 2013 with C#

I'm developing a ribbon for Outlook 2013 and I need one of its buttons to show a web page inside Outlook (I mean, as it happens when you clic in a folder with an URL on it) Any ideas of what could I do? Thanks a lot!
repu24
  • 11
  • 2
1
vote
1 answer

Is it possible to add custom send button in outlook message form in outlook 2013 add in project?

I just started working with outlook 2013 addin project template, and need to add new send button, under regular send button on message form (check the image). Is it possible???
Tino
  • 220
  • 6
  • 17
1
vote
0 answers

Programmatically adding Outlook Addin+Access Denied

I have Outlook 2013 Addin Project to add a custom AddIn. When I run the project, the outlook opens up . Then when we proceed to add the specific Addin, it says access denied issue to the specific custom addin project dll. All the permissions have…
Raghav Thakur
  • 311
  • 1
  • 3
  • 13
1
vote
0 answers

Problems with html email spacing

I'm trying to stop this custom footer from showing spacing between tables! It works great if I send it from outlook to outlook (2013), but in any other client such as yahoo mail, hotmail etc the spacing gets completely messed up. I've tried adding…
1
vote
1 answer

Get attachment from current email

I am creating a outlook 2013 add-on with C# and Visual Studio 2012 and I want to get the attachment file from the current (open) mail window when a button clicked and save it to a local directory. Is there any example for this action? Thank you.
user3320669
1
vote
3 answers

Not Showing Outlook Addin

I have created outlook addin for Outlook 2013 64 bit. In that Addin, i have created Form region with custom controls. Then with the reference of…
User5590
  • 1,383
  • 6
  • 26
  • 61
1
vote
2 answers

Outlook 2013 Addin: Change Ribbon Button Image on click of button using c#

I have created Ribbon button for Outlook 2013 using c#. And i have also set image for the ribbon. Now on click of Ribbon button i want to change Ribbon Image. Is it possible to achieve this using c#.?
User5590
  • 1,383
  • 6
  • 26
  • 61
1
vote
1 answer

How to get the e-mail header in Outlook App

How to get the e-mail header from an Office Mail App (the purpose of the app is to display some of the information found in the header)? I have failed to find any useful docs or sample on this. As the e-mail header I mean the text which looks like…
alik
  • 2,244
  • 3
  • 31
  • 44
1
vote
1 answer

Outlook 2013 Add-In MailItem creation blocking Outlook

I'm currently playing around with Office 2013 Add-Ins with Visual Studio 2013. I've created a Ribbon with a Button that displays a little Windows Form: private void outterMailCreateNewFaxBTN_Click(object sender, RibbonControlEventArgs e) …
Daniel M
  • 177
  • 1
  • 1
  • 13
1
vote
1 answer

Outlook 2014 Issue - Overlapping Images in Graphic Emails

Upgraded to Office 2013. Trying to send out a graphic email in Outlook 2013, and have run into an error of overlapping image slices. The emails appear condensed when viewing in 2013 and overlap causing images or text to be cut off. I’ve sent tests…
1
vote
1 answer

SharePoint Online + Task List + Sync to Outlook

I created a task list and selected "Sync to Outlook". From SharePoint Online i create a new task and assign it to me. After a while, the task appears in my Outlook, under the group "Team site : Tasks". From Outlook i rename the task and after a…
RaptisV
  • 80
  • 2
  • 7
1
vote
1 answer

Outlook 2013 add-in dynamic context menu

I have an Outlook 2007 add-in that I am trying to get to work in Outlook 2013. It is mostly working, but the additional context menu items that the add-in displays when right-clicking on emails and folders did not initially show up in Outlook 2013.…
Jimmy
  • 5,131
  • 9
  • 55
  • 81
1
vote
1 answer

Is there a way to just click image hyperlinks in an external html email signature in outlook 2013 rather than having to ctrl+click?

the signature is working fine elsewhere. I'd like to be able to just click on the image hyperlinks rather than Ctrl + click to follow the path in Outlook 2013. Is there something I'm missing or is this a preference in outlook 2013? Thanks for your…
1
vote
1 answer

Embed image into HTML Body in Outlook 2013

I am trying to create an email from an HTML file with images in the email body. These images are not hosted online and so I want the images to be embedded in the email (the original source is local). Encoding as a base64 string has not worked, and I…
GManProgram
  • 161
  • 2
  • 11