Top "Outlook-2003" questions

Outlook 2003 is Microsoft's personal information management software.

How to open Outlook new mail window c#

I'm looking for a way to open a New mail in Outlook window. I need programically fill: from, to, subject, …

c# email .net-4.0 office-interop outlook-2003
Can I read an Outlook (2003/2007) PST file in C#?

Is it possible to read a .PST file using C#? I would like to do this as a standalone application, …

c# outlook outlook-2007 outlook-2003 pst
Add the default outlook signature in the email generated

I am using the Microsoft.Office.Interop.Outlook.Application to generate an email and display it on the screen before …

c# winforms outlook-2003
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
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
How can I clear the cache in an Outlook client programmatically?

I am executing the following routine often in order to clear the local cache of many Outlook clients (Outlook 2003) in …

caching vbscript outlook-2003 outlook-form
Move outlook mail from one mailbox inbox to different folder in same mailbox

I have several mailboxes which I can see in my Outlook profile. One of the mailboxes, let's call it "Mailbox …

vba outlook outlook-2003
Outlook 2013 Ignores font-family

What is the best way to specify the font-family when coding emails for Outlook 2013? I have found that font-family is …

html css outlook html-email outlook-2003
How to send email to gmail using SMTPclient in C#?

I am using outloook 2003 and visual studio 2008. i want to develop an application that will send the email to any …

c# .net-3.5 outlook-2003
How do I create and send appointments to Microsoft Outlook calender?

I am trying to create an appointment in the Microsoft Outlook (2003) calender of another person using the below code.While …

c# .net automation outlook-2003