Top "Outlook" questions

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.

Outlook PST File Parsing in Python

How can I parse and read an outlook pst file in Python?

python outlook pst
create mailto hyperlink that will open in outlook with a hyperlink in the body

Here's my scenario: I'm trying to embed a hyperlink in the body of an email that will be generated using …

html hyperlink outlook mailto
Export all contacts as vcards from Outlook

So, I want to export all my contacts from Outlook as vcards. If I google that, I get a bunch …

c# .net outlook vcf-vcard
Outlook software strips out the inline CSS in emails

I have an email like the following. The problem is, it works fine on Gmail, but on outlook, all CSS …

html css email outlook
Outlook Refresh Interval for iCal subscriptions (webcal://)

When Outlook 2007 and 2010 subscribe to an internet calendar (via a webcal:// link to an iCalendar or vCalendar file), how often …

outlook icalendar webcal
Create a .eml (email) file in Java

Anybody knows how to do this? I got all the information of the email (body, subject, from , to, cc, bcc) …

java email outlook eml
Unable to cast COM object - Microsoft outlook & C#

I have written this code to view the unread items in my outlook mail box and here is the code: …

c# outlook c#-2.0 office-interop outlook-2003
Get MAPI Folder in Outlook from Folder Path

I am trying to use the function from on this page: http://www.outlookcode.com/d/code/getfolder.htm to …

vba outlook mapi
Sending email in R via outlook

How can I send emails in R via Outlook? All the examples of sendmailR use the gmail server, but I …

r outlook
Outlook VBA - Get Details Of Current Active (Or Open) Email

I am completely stuck as to how to retrieve details of an email which is either currently selected or open. …

vba outlook