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.

Save attachments to a folder and rename them

I'm trying to get a VBA macro in Outlook that will save an email's attachment to a specific folder and …

vba outlook attachment
How to add default signature in Outlook

I am writing a VBA script in Access that creates and auto-populates a few dozen emails. It's been smooth coding …

vba ms-access outlook
Send Outlook Email Via Python?

I am using Outlook 2003. What is the best way to send email (through Outlook 2003) using Python?

python outlook
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 …

outlook outlook-2007
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 …

c# outlook automation com ms-office
SMTP error 554

I'm using MDaemon as out mail server and the last days I get an error "554 Message does not conform to …

email outlook smtp
css padding is not working in outlook

I have following html in email template. I am getting different view in MS Outlook and in gmail for the …

html css email outlook outlook-2010
How to copy Outlook mail message into excel using VBA or Macros

I'm a newbie in VBA and Macros. If someone helps me with VBA code and macros, it will be helpful. …

excel vba outlook
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 …

python outlook exchange-server mapi cdo.message
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 …

java email outlook newline line-breaks