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.

How to avoid Outlook security alert when reading outlook message from C# program

I have a requirement of reading subject, sender address and message body of new message in my Outlook inbox from …

c# outlook
How to make an image responsive in HTML email regardless of image size

I am creating an email template where my container has a max-width: 600px. I want to be able to upload …

html css email outlook
Reading Outlook Mail with C#

I am using the following code as I attempt to connect to my Outlook mail. Now, I must be doing …

c# outlook office-interop
Read from .msg files

I need to read from Outlook .MSG file in .NET without using COM API for Outlook (cos it will not …

c# outlook email message msg
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 …

vba outlook
How can I get the sender email address using Outlook.MailItem in VB.NET?

I have tried using mailItem.SenderEmailAddress and mailItem.Sender.Address but they both return a string that looks like this: /…

vb.net email outlook outlook-addin mailitem
Starting Outlook and having an email pre-populated from command line

Is this possible? I want to have the To:, Body, and an Attachment all pre-populated so all the user has …

command-line outlook
Valign not working in Outlook HTML Emails

So I've been wrangling all week with a newsletter redesign for my company, tweaking the html to make it display …

html email outlook valign
How do I generate and open an Outlook email with Python (but do not send)

I have a script that automatically creates and sends emails sends emails using the simple function below: def Emailer(text, …

python email outlook
How to develop an Outlook/Mail Plugin?

I want to develop a plug-in that does this: A button, when clicked, opens the new mail window but has …

email outlook plugins