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

Integrating IM app with outlook 2013 not working without Lync installation

I have developed a local IM application (IM APP) with the help of article "https://msdn.microsoft.com/en-us/library/office/jj900715.aspx", LyncSDk 2013, Lync basic 2013 & Outlook 2013. It is working at development machine because environment is…
KrishPS
  • 145
  • 2
  • 10
1
vote
1 answer

Accessing Add-In from e-mail body context menu

Using Visual Studio 2015 to build an addin for Outlook 2013. I have already built this addin for Excel 2013. The addin is to be accessed from the context menu in the body of an e-mail. The following snippet is typically how I have added the button…
Ash
  • 11
  • 2
1
vote
1 answer

PR_ATTR_HIDDEN property is missing when a new folder is created in outlook 2013

I am developing an Outlook 2013 addin using c#. As part of the requirement I need to enumerate all the visible folders. Following is the sample code that I am using. public List EnumerateFolders(Outlook.Folder parentFolder) { …
1
vote
3 answers

Addin Code Working in outlook 2007 and 2010 but not in outlook 2013

I have an outlook addin code for when user right clicks on any email the addin option shows up in the right click menu. This happens for Outlook 2007 and Outlook 2010 but when I install the addin in Outlook 2013 the option does not show up in the…
Mainak
  • 469
  • 3
  • 9
  • 33
1
vote
1 answer

Connect to IMAP Alfresco with Outlook 2013 without caching

I configured IMAP in Alfresco and connected with Outlook 2013. The problem is that Alfresco will contain multiple GBs of emails and Outlook seems to cache all emails on local storage. This is not acceptable. In settings i can only set the amount of…
schokosocke
  • 161
  • 1
  • 11
1
vote
1 answer

Modifying Width of Images in Outlook 2013 using VBA codes

I need to use the Snipping Tool to capture a few screenshots, then copy & paste it into my Outlook Email template. After I paste the pictures into the Email template, I want the images to change to a width of 9cm (255 ps) in a click of a button.…
Jing Yi
  • 203
  • 4
  • 15
1
vote
2 answers

How to get text values of rules in MS Outlook using VBA?

I am trying to get the text value(s) of the conditions for a rule that I have set up in MS Outlook. I have created a rule named "TestRule" with a condition based on text in the message Body (it must have the text "zzz" in it) and also a condition…
DRC
  • 589
  • 2
  • 8
  • 30
1
vote
1 answer

Outlook 2013: Programmaticaly reply to emails with HTML signature

My Outlook signature contains an image. When replying to plain-text emails, Outlook creates a plain-text email where the image in the signature is not included. Instead of changing the format to HTML and afterwards inserting the signature once again…
stm
  • 160
  • 1
  • 11
1
vote
1 answer

How to deploy Outlook 2013 add-in with simplest installation

I am currently using ClickOnce to deploy the simple Outlook 2013 Add-in I developed. It seems like it will generate a folder with 3 files inside. Users have to open the folder and run the setup.exe file, the popup windows will require users to…
1
vote
2 answers

How does authentication work in MAPI/HTTP

I am trying to understand how authentication in MAPI/HTTP protocol works. I read through the documents that protocol supports basic authentication scheme, NT LAN Manager (NTLM) Authentication Protocol, and Negotiate Ref MS-OXCMAPIHTTP#1.7. So I have…
vrrathod
  • 1,230
  • 2
  • 18
  • 28
1
vote
1 answer

Outlook 2013 not displaying correct width for nested table for my eNewsletter

I have an eNewsletter I had to code for one of our clients. After coding everything I sent a test through our Constant Contact account. I tested Gmail, Yahoo & Mac Mail and they work fine. When I send it to an Outlook 2013 email it doesn't display…
1
vote
1 answer

Prevent Outlook 2013 Addin deactivation

I am developing an AddIn for Outlook. Outlook 2013 deactivates AddIns if they take to long to start. As i am writing my AddIn in C#, it the .Net Enviroment needs to be loaded and that takes time. The actual startup of the AddIn is very…
lolsharp
  • 391
  • 4
  • 16
1
vote
2 answers

Apps for Office 2013: Cannot load custom properties in an outlook item if it is in a shared calendar

we are developing an app for outlook using Apps for Office JavaScript API. We need to be able to store properties for each appointment per user, but the appointments may or may not reside in the logged-in user's calendar. they may instead be in a…
SelAromDotNet
  • 4,715
  • 5
  • 37
  • 59
1
vote
1 answer

How to send html to Outlook 14 and have it display correctly?

How should I format my HTML code so that it displays correctly in Outlook 14? I want to insert a table and would like to see onenin my e-mail. No matter what I tried, I always got the text of the HTML (even if I copied the source of an existing…
gp443
  • 231
  • 2
  • 11
1
vote
1 answer

How can I reliably get the object of a contact context menu in an Outlook 2013 addin?

I am adding an entry to the context menu for a Contact in Outlook 2013 following the example in this article. Here is the XML:
danBhentschel
  • 863
  • 7
  • 24