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.

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 …

javascript web-applications outlook
Python read my outlook email mailbox and parse messages

Possible Duplicate: Reading e-mails from Outlook with Python through MAPI I am completely new to Python and have been given …

python outlook mapi win32com imaplib
Markdown in outlook

Because this is not the kind of company where wiki's are accepted, we tend to do a lot of communication …

outlook markdown
"Outlook blocked access to the following potentially unsafe attachments"

Recently, we have some users which suddenly got this massege: "Outlook blocked access to the following potentially unsafe attachments" (outlook 2010 …

outlook outlook-2010 office-2010
Sending emails to multiple recipients using vbscript

My vbscript sends email to automatically to a recipient, but does anyone know how to add more than one recipient …

vbscript outlook mapi
Are there any API to integrate Microsoft exchange server with Java application for Task synchronization?

I am trying to integrate Java web application with Microsoft Exchange server for bi-directional calendar (i.e. Task) synchronization. Are …

java outlook exchange-server
Get reference to additional Inbox

I'm using Outlook 2007 - and have my main mailbox: Tait, Mark I have also added another mailbox to my profile: …

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

outlook icalendar
Add ics file to outlook 2011 (Mac) as new calendar

I've created an .ics file with multiple events that I would like to add to Outlook as a new calendar (…

outlook calendar icalendar
Not able to connect to outlook.com SMTP using Nodemailer

I am creating the transport object like this. var transport = nodemailer.createTransport("SMTP", { host: "smtp-mail.outlook.com", // hostname secureConnection: false, // …

node.js ssl outlook smtp nodemailer