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
233
votes
12 answers

How should I use Outlook to send code snippets?

As a programmer at a big corporation, I frequently send Outlook emails that contain code samples. I'll actually type code directly into an email. This inevitably causes problems, as Outlook really likes to format text in pleasing but unhelpful…
Mag Roader
  • 6,850
  • 8
  • 32
  • 27
136
votes
4 answers

mailto link multiple body lines

having trouble getting multiple lines to work correctly in a mailto link In my case I'm testing it with an Outlook default mail reader. The following is put in an anchor…
KevinDeus
  • 11,988
  • 20
  • 65
  • 97
129
votes
11 answers

Outlook autocleaning my line breaks and screwing up my email format

I'm sending an email using the dotnet framework. Here is the template that I'm using to create the message: Date of Hire: %HireDate% Annual Salary: %AnnualIncome% Reason for Request: %ReasonForRequest% Name of Voluntary Employee: %FirstName%…
Aheho
  • 12,622
  • 13
  • 54
  • 83
115
votes
10 answers

Image style height and width not taken in outlook mails

I have a following dom structure in html content I am sending as email.
Milind Anantwar
  • 81,290
  • 25
  • 94
  • 125
105
votes
13 answers

Microsoft.Office.Core Reference Missing

Using the example provided in codeproject I am struggling to work out where I can find the reference to the library Microsoft.Office.Core. I am getting the error "The referenced component 'Microsoft.Office.Core' could not be found." I only have…
Maxim Gershkovich
  • 45,951
  • 44
  • 147
  • 243
103
votes
9 answers

Send Outlook Email Via Python?

I am using Outlook 2003. What is the best way to send email (through Outlook 2003) using Python?
user3262424
  • 7,223
  • 16
  • 54
  • 84
85
votes
15 answers

CSS padding is not working as expected in Outlook

I have the following html in an email template. I am getting different view in MS Outlook and in Gmail for the same.
Mukesh
  • 7,630
  • 21
  • 105
  • 159
81
votes
27 answers

How do I format a String in an email so Outlook will print the line breaks?

I'm trying to send an email in Java but when I read the body of the email in Outlook, it's gotten rid of all my linebreaks. I'm putting \n at the ends of the lines but is there something special I need to do other than that? The receivers are always…
MattGrommes
  • 11,974
  • 9
  • 37
  • 40
78
votes
1 answer

Retrieve calendar items (Outlook API, WebDAV) displaying strange behaviour

We are writing an MS Outlook plugin. To satisfy our business-logic, it should check all appointments between some dates. We are experiencing several problems with retrieving all items from calendars. We tried two options: Outlook API. We use the…
Bolick
  • 781
  • 5
  • 4
76
votes
13 answers

Can I read an Outlook (2003/2007) PST file in C#?

Is it possible to read a .PST file using C#? I would like to do this as a standalone application, not as an Outlook addin (if that is possible). If have seen other SO questions similar to this mention MailNavigator but I am looking to do this…
Andy May
  • 4,030
  • 5
  • 34
  • 33
76
votes
5 answers

Clearly documented reading of emails functionality with python win32com outlook

I'm trying to understand outlook interaction through win32com better. I've been unable to find clear documentation that allows me to utilise win32com to read emails effectively, from my current investigation it seems like a fairly regular sentiment…
Phoenix
  • 4,386
  • 10
  • 40
  • 55
72
votes
9 answers

Unable to send SMTP mails using office365 settings

I am using SMTP mail for sending mail using Laravel. Everything working perfect other than office365 mail settings. Settings I have used is as below: SMTP HOST = smtp.office365.com SMTP PORT = 587 SMTP ENCRYPTION = tls SMTP USER =…
Milind Patel
  • 2,677
  • 4
  • 14
  • 31
61
votes
2 answers

Publishing Outlook Calendars. What is the server-side setting for sync frequency?

I'm working on a custom implementation of a server (VERY basic WebDAV) that accepts Outlook's published calendars. Outlook seems to have a setting (see the screenshot below) where it accepts a parameter form the server that tells it how often to…
Mihail Russu
  • 2,526
  • 1
  • 17
  • 27
56
votes
4 answers

Reading e-mails from Outlook with Python through MAPI

I'm trying to write a short program that will read in the contents of e-mails within a folder on my exchange/Outlook profile so I can manipulate the data. However I'm having a problem finding much information about python and exchange/Outlook…
johnharris85
  • 17,264
  • 5
  • 48
  • 52
54
votes
7 answers

Parsing outlook .msg files with python

Looked around and couldn't find a satisfactory answer. Does anyone know how to parse .msg files from outlook with Python? I've tried using mimetools and email.parser with no luck. Help would be greatly appreciated!
Michael
  • 7,087
  • 21
  • 52
  • 81
1
2 3
99 100