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
3 answers

Outlook 2013 only image gap in HTML email

I'm having an issue with my HTML email in Outlook 2013 only, it looks great in previous versions including 2007 and 2010. I've added style="display:block; My table and td have a black background color. I tried specifying width and height on the td…
Terri Swiatek
  • 489
  • 2
  • 11
  • 21
1
vote
0 answers

Setting recurrence end date

I stepped through this multiple times and it executes without issue. I set up a watch on "Item.GetReccurrencePattern.PatternEndDate" for the calling procedure (i.e. Application_Reminder event) and the end date does change. But, when I view my…
CBRF23
  • 1,340
  • 1
  • 16
  • 44
1
vote
1 answer

displayDialogAsync messageParent not working in IE11 and outlook 2013

Dialog opens without a problem, but the messageParent is not working Working in Outlook 2016 & Win 10 Outlook 2013 & Win 10 Outlook on web in Chrome. The place I couldn't get to work and no value received at parent is IE11 & Win 7 Outlook 2013…
magpie
  • 653
  • 1
  • 7
  • 12
1
vote
0 answers

How do you add multiple recipients to an e-mail sent via Microsoft.Office.Interop.Outlook.Application?

I am uploading a database every day. Whenever the upload is done, the program should automatically send an e-mail to certain recipients. My Outlook is 2013 Professional Plus. using Microsoft.Office.Interop.Outlook; using OutlookApp =…
1
vote
0 answers

Weird frame around the image in MS Outlook 2013 (Windows 7)

I'm using the image as a background in my HTML-email, to get the ability to allocate text and button over the top layer of the image and it is working fine for every email client beside the MS Outlook 2013 on Windows 7. For some reason, once the…
1
vote
2 answers

ICS file rendering raw HTML when opened in Microsoft Outlook 2016 but not in MS Outlook 2013

I have ICS file which is created from T4 template as follows. BEGIN:VCALENDAR PRODID:-//Microsoft Corporation//Outlook 11.0 MIMEDIR//EN VERSION:2.0 BEGIN:VEVENT DTSTART:20190129T013000Z DTend:20190129T023000Z SUMMARY;ENCODING=QUOTED-PRINTABLE:…
Hasitha
  • 150
  • 1
  • 13
1
vote
1 answer

How do I duplicate / copy an Outlook MailItem

I have a user who sends eMails to a large "To" list, Sometimes over 20 addresses. With this large a "To" list, the received mail sometimes ends up on the recipient's SPAM folder. Obviously, we'd like to avoid this. My idea is to have the user…
user3138025
  • 795
  • 4
  • 17
  • 46
1
vote
0 answers

Outlook thrashes /mapi/emsmdb on non-domain-joined laptop

We have a BYOD laptop with Office 2013 on Windows 10, fully patched, not domain joined, connecting to Exchange 2016 on-premises. We noticed that when Outlook is running on this particular laptop, there are thousands of password failures going to a…
Brian Clink
  • 297
  • 2
  • 17
1
vote
1 answer

use Application_MAPILogonComplete and WithEvents in Module instead of ThisOutlookSession in Outlook VBA

Right now all of my VBA code is in ThisOutlookSession. I want to put everything in a module so I can export it and other folks can import it without having to muck around with their own ThisOutlookSession. I want it to be easy for the user -- the…
IMTheNachoMan
  • 5,343
  • 5
  • 40
  • 89
1
vote
1 answer

Add & Delete an appointment / calendar entry via .ics in Outlook Calendar

PART 1 I am working on an .ics file which generates an event/appointment in Outlook: BEGIN:VCALENDAR VERSION:2.0 BEGIN:VEVENT STATUS:TENTATIVE ..... .......... DESCRIPTION:Absence Request SEQUENCE:0 END:VEVENT END:VCALENDAR The user gets the email…
Bucki
  • 33
  • 1
  • 1
  • 7
1
vote
1 answer

Outlook Macro If Else Statement

My code sorts emails based on attachment name. I need help with the else statement. I want the emails that do not meet the parameters to move to the main inbox. Right now any thing that does not meet parameters just moves to another folder. What…
Lefty25
  • 13
  • 4
1
vote
1 answer

Find out which contact the user right clicked on

thank you in advance for your help. I have been looking for a solution by myself for a while. The context: I added a new context menu when the user right-clicks on a contact. Its id is ContextMenuContactCardRecipient. The problem: When the user is…
Jeand
  • 11
  • 2
1
vote
1 answer

Get Outlook AddressBook Contacts folders in VSTO addIn

Am developing an Outlook VSTO AddIn wherein I need to get the list of folders inside the AddressBook using C# code (see below screenshot) That is, here I need to get the list folder names and subfolder names like Contacts, Offline Global Address…
1
vote
0 answers

Could not at custom add-in - link missing

The link "Add a custom add-in" and the whole "Custom Add-Ins" is not visible in Outlook 2013: Outlook 2016: How can I install an custom add-in on Outlook 2013?
knobli
  • 657
  • 1
  • 9
  • 18
1
vote
1 answer

VBA to reply an email but some info is missing

I have written a working code to reply to an email in certain format, however the result is missing some info for the last received email in the Html body (From, sent, to, cc, subject. I'm not even sure if this is called the mail header). If I click…
SS Wong
  • 13
  • 4