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 create a .ICS file with multiple VEVENTs to be imported into an existing Outlook Calendar

I have a need to allow for a user to download an event that has multiple meeting dates. To do …

asp.net outlook calendar icalendar
What can cause Outlook to change a COM-addin's LoadBehavior to 2 - other than unhandled exceptions?

For some weeks now we have been fighting with an issue where at a small number of customers our Outlook …

exception exception-handling outlook add-in
Working with current open email

I would like to get the active opened MailItem (whether it's a new mail or a received mail). I need …

vba outlook
Why doesn't Microsoft Outlook respect list styles when sending HTML emails?

I have the following code and for the life of me I can't get it to work in Microsoft Outlook. &…

html css outlook
How to import multiple contacts vCard VCF file into Outlook?

I have multiple contacts vCard VCF file created on my Android device and I would like to import it to …

import outlook outlook-2010 vcf-vcard
How to create an outlook calendar meeting request in PHP?

Can someone point me in the right direction? I know it has to do with attaching a .ics file, but …

php outlook icalendar
Can I iterate through all Outlook emails in a folder including sub-folders?

I have a folder which contains a number of emails and sub-folders. Within those sub-folders are more emails. I'd like …

vba outlook mailitem
When is a MailItem not a MailItem?

I have written a message handler function in Outlook's Visual Basic (we're using Outlook 2003 and Exchange Server) to help me …

vba outlook typeof mailitem outlook-2003
Hyperlink an Email Address using LinkLabel in C#

I have made an about box that is meant to allow users to click the hyperlink email address which will …

c# email hyperlink outlook linklabel
How do I stop Outlook from rendering an email address as a mailto: link?

I am creating an HTML email to be sent to a user. If there is a valid email address to …

html outlook