Questions tagged [outlook]

Microsoft Outlook is a personal information manager from Microsoft (most notably used for handling e-mail), available both as a separate application as well as a part of the Microsoft Office suite.

Microsoft Outlook is a personal information manager from Microsoft (most notably used for handling e-mail), available both as a separate application as well as a part of the Microsoft Office suite. It includes an e-mail client, calendar and other personal information organization tools.

The tag is for version-agnostic questions. It is expected that questions on Stack Overflow relate to programming, so you should also be tagging your question with a tag such as (if you are programming in VBA) along with your version (if not mentioned in the question):

Links:

22017 questions
34
votes
7 answers

Detecting Outlook autoreply/out-of-office emails

Been googling for this and haven't found anything ... Does anybody know if there is a way, given an Outlook email item, to detect whether it was sent by the "Out Of Office Assistant"? Is there any property that Outlook sets on the object, or any…
jean
  • 1,027
  • 1
  • 8
  • 15
33
votes
12 answers

.NET: Get all Outlook calendar items

How can I get all items from a specific calendar (for a specific date). Lets say for instance that I have a calendar with a recurring item every Monday evening. When I request all items like this: CalendarItems =…
Qinnie
33
votes
3 answers

Formatting html email for Outlook

I have an html newsletter which works in most email clients, but the formatting is messed up in Outlook.
user544079
  • 16,109
  • 42
  • 115
  • 171
32
votes
5 answers

Drag'n'drop one or more mails from Outlook to C# WPF application

I'm working on a windows client written in WPF with C# on .Net 3.5 Sp1, where a requirement is that data from emails received by clients can be stored in the database. Right now the easiest way to handle this is to copy and paste the text, subject,…
Rune Jacobsen
  • 9,907
  • 11
  • 58
  • 75
32
votes
7 answers

Expected response code 250 but got code "", with message ""

I can send my emails in localhost flawlessly. but ever since I uploaded my program into a hosting site I get this error Expected response code 250 but got code "", with message "" I also updated the .env…
Primecore
  • 511
  • 1
  • 6
  • 17
32
votes
2 answers

Download attachment from Outlook and Open in Excel

I'm trying to download and then open an Excel spreadsheet attachment in an Outlook email using VBA in Excel. How can I: Download the one and only attachment from the first email (the newest email) in my Outlook inbox Save the attachment in a file…
Paolo Bernasconi
  • 2,010
  • 11
  • 35
  • 54
31
votes
6 answers

Use Javascript to create an HTML email in Microsoft Outlook

I'd like to create an email from a Javascript web application. I'm completely aware of the many SO questions on this (e.g. Open Outlook HTML with Chrome). There are problems with the typical answers: Mailto: link: This will let you create an…
James Bell
  • 889
  • 2
  • 10
  • 16
29
votes
4 answers

How to cancel an calendar event using ics files?

One of our requirements is to create iCalendar files (.ics) and send them each in emails as an attachment. We are using DDay.Ical.dll to create ics files as under: // Create a new iCalendar iCalendar iCal = new iCalendar(); // Create the event, and…
Bharat Mori
  • 363
  • 1
  • 5
  • 14
29
votes
5 answers

Html emails
styling issue

I have a problem with e-mail clients reverting my styled
to one with just a solid line. The following is my mark-up, looks fine in Chrome and IE but Outlook always reverts the dotted line to a solid one.
El Toro Bauldo
  • 1,199
  • 3
  • 16
  • 26
28
votes
5 answers

How to Set a Outlook rule to classify email received by BCC?

I am in diff distribution list like A , B , C There are a lot of email BCC to A , B ,C I want to setup rules that "Move all mail bcc to specific Distribution list to specific folder " It seems that no rules on "BCC" ,
Shawn Zhang
  • 1,680
  • 1
  • 12
  • 21
28
votes
10 answers

How make background image on newsletter in outlook?

I'm trying to make newsletter where I have some image as background and text on it. This is easy but I need this to work on Ms Outlook. What I have tried: 1. text 2.
Mateusz Rogulski
  • 7,357
  • 7
  • 44
  • 62
26
votes
2 answers

Why doesn't Microsoft Outlook respect list styles when sending HTML emails?

I have the following code and for the life of me I can't get it to work in Microsoft Outlook.
  • [UniqueCode]
Is there…
PeanutsMonkey
  • 6,919
  • 23
  • 73
  • 103
26
votes
13 answers

How do I stop Outlook from rendering an email address as a mailto: link?

I am creating an HTML email to be sent to a user. If there is a valid email address to within an HTML email, Outlook will render it (normally helpfully) as a mailto: link. Unfortunately, that's not the desired behavior in the particular email I'm…
Josh Kodroff
  • 27,301
  • 27
  • 95
  • 148
26
votes
3 answers

Outlook VBA - Run a code every half an hour

I want run a specific code in outlook(VBA) every half an hour. Also the outlook user should not get disturbed when the code runs. It should run in back-end only. There is an event called Application_Reminder. It runs when a at each occurrence of…
TechGeek
  • 2,172
  • 15
  • 42
  • 69
25
votes
6 answers

Add events to google calendar,yahoo calendar, outlook and ical

The users of my Javascript based site often need to create an event where they post an event name, event description, start time and the end time of the event along with the date. Now, they would like to add those event details to the their Google…
Jeevan Dongre
  • 4,627
  • 13
  • 67
  • 129