Questions tagged [outlook-2003]

Outlook 2003 is Microsoft's personal information management software.

Microsoft Outlook is a personal information manager (PIM) from Microsoft, available both as a separate application as well as a part of the Microsoft Office suite. It includes an email client, calendar and other personal information organization tools.

This version introduces new objects, methods and properties for use in VBA. It is also the last version to feature the classic toolbars most Office users are familiar with, replacing them with the new user interface (UI) called The Ribbon.

should be used for questions specific to the Outlook 2003 version of the program, to let SO users know your version. There is also a tag if you are asking about VBA.

Links:

136 questions
2
votes
1 answer

Send email in HTA using JavaScript and hide the sender's email address

I'm using an HTA at work with many options, now I'm trying to add a page that allows you to send an email directly from the HTA without opening MS Outlook. I'm using Outlook 2003. I tried two ways to create the email sending page: 1. Using…
Rotem
  • 21
  • 1
  • 2
2
votes
1 answer

How to create vertical seperator between controls on an outlook command bar?

I am creating an outlook 2003 addin which adds some dropdown and button on each mail item opened.I have created a command bar and have added the controls to that command bar . But if i look at the standard tool bar on mail message, each button is…
Kapil
  • 9,469
  • 10
  • 40
  • 53
2
votes
2 answers

Outlook Appointment Item: Set the "Label"

In Outlook 2003, when you have a calendar event, it has an option to set its Label to Important, Business, Personal, etc, each having a different colour. This colour will be the colour of the scheduled event on your calendar. My problem is I have no…
Jeff
  • 1,153
  • 2
  • 15
  • 35
2
votes
0 answers

Outlook Crashes with Event ID 1000

We deployed a VSTO addin for outlook 2003. After installing the addin one of the user's outlook crashes when a contact is opened, i.e, when ItemProperties of the contact are read.Some theses properties are read using MAPI.There is no exception being…
Deepak N
  • 2,561
  • 2
  • 30
  • 44
2
votes
1 answer

User Control in Folder Home Page Doesn't Initialize

I am programming Outlook 2003 add-in using Visual Studio 2008. Add-in uses embedded user control in folder's home page, like as it was recommended. Here is HTML code for folder's home page: