Outlook 2003 is Microsoft's personal information management software.

learn more… | top users | synonyms

0
votes
1answer
13 views

Rename flags in outlook 2003

I'm using outlook 2003 and using flags to define different followup categories. However in-build 'Red Flag', 'Blue Flag' labels are not useful, I need to define custom labels. To do that, I went ...
0
votes
0answers
12 views

Synch existing .OST gmail file with Ouutlook 2013 [closed]

I synced my gmail account with outlook 2013 using imap, running on windows 8 64 bit. Due to some reason i rebuilt my machine with same os i.e windows 8 64 bit How can i reuse my existing .OST file ...
0
votes
1answer
49 views

Outlook 2003 toolbar customization: add/edit button list

I have macros in my VbaProject.OTM file. A new toolbar is created when Outlook is launched to allow users to easily run the macros. (sorry about the interface being in French ;-)) So far, it works ...
0
votes
0answers
35 views

URLEncoding for mailto with Outlook 2003

I have a problem with a "mailto" link and Outlook 2003. For our new blog, we integrated a "recommend page"-button which is simply a mailto. The subject and body text can be defined by our editors in ...
0
votes
1answer
30 views

NewMailEx Event is not firing in MS Outlook 2003

I am trying to read the body of new mail that is coming in Outlook 2003. For this I am using Microsoft.Office.Interop.Outlook.dll(11.0.0.0). Below is the code I am using, for triggering the NewMailEx ...
1
vote
1answer
32 views

Read Internet header in each outlook 2003 mail

I am developed an application which works in all version of outlook (2003,2007, 2010). In that project i process internet header information of each outlook mail. I am done with outlook versions ...
0
votes
1answer
17 views

How to close mailitem in Outlook 2003?

I'm developing an Outlook 2003-Addin. Now I have the following problem: an user saves his mail on the desktop and opens it. After closing it, the mail can't be opend again until outlook is closed and ...
1
vote
2answers
331 views

Create a right-click context menu in Outlook 2003

I'm already able to create a new menu in the top menubar of Outlook 2003 but would like to do the same when the user right-click on an email (but not anywhere else in the interface if possible). Here ...
1
vote
0answers
125 views

Reading username and emailid of members under outlook distribution list using C#

I want to fetch username and email id of all users under particular Distribution List from outlook. I have the below code. DirectorySearcher search; DirectoryEntry ...
0
votes
2answers
107 views

Closing table tags displaying in html email

Edit to add my code. I have designed and coded a new html email template for my business, I am 99.99% sure that all my table tags have been closed properly but when I get the email in Outlook 2003 ...
-2
votes
1answer
66 views

How to add a button/menu to the reply window of Outlook 2003

I know how to create a button, but I want it to be on the reply window or at least on every new mail item window (reply or new mail). I can't find any way to do that. Does it have anything to do with ...
1
vote
1answer
153 views

Check if a CommandBarButton exists

I'm using the following in the ThisOutlookSession of my VbaProject.OTM file to add 2 custom buttons to the new mail's Standard toolbar: Dim outl As Object Dim msg As Object Set outl = ...
0
votes
1answer
96 views

How to add an existing email account to outlook using c++

I need to write a small program that will be able to add existing email accounts to outlook so that we will be able to recieve email messages on a virtual machine. We are using outlook 2003 and ...
0
votes
1answer
130 views

Saving attachment in outlook in different folder

I found this code on internet where you can automatically save an attachment in a certain folder: Public Sub saveAttachtoDisk(itm As Outlook.MailItem) Dim objAtt As Outlook.Attachment Dim ...
0
votes
5answers
971 views

Error accessing 2003 PST file from Outlook 2013

After upgrading from outlook 2003 to 2013, I got this error message: error (0x8004010F) : 'Outlook data file cannot be accessed.'
1
vote
1answer
294 views

Where is Trust Centre for Outlook 2003

I've got an Outlook addin which is disabled indicating that it is not in the Trusted source list. I found the Trust Centre for outlook 2010 but couldn't find where it is located for outlook 2003. ...
0
votes
2answers
153 views

Converting exchange email to smtp email

Is it possible to convert the exchange email to smtp email. I could find some help while googling, but the solutions are not feasible as I'm using the older version (outlook 2003). When I check ...
0
votes
0answers
119 views

How to move the email to local folder? [closed]

My email size is very limit and .pst path locked by administrator.So i'm planning to write VBA code to move the email to local folder or attachment only move to local folder. Could you advise how to ...
2
votes
2answers
288 views

OpenSharedItem with Outlook interop throws odd exception with Office 2003, works with Office 2008

I'm using the Office interop API to open a .msg file saved from outlook, and to then show a reply window to allow the user to reply to it. When running Office 2003, the OpenSharedItem(pathToMSGFile); ...
2
votes
1answer
415 views

Can i read .msg file and its embedded image using outlook 2003 interop

I want to read attachments and embedded images of an .msg file by loading it using Microsoft.Office.Interop.Outlook 2003 in C#. Basically I want to read the email and then forward these images as an ...
0
votes
0answers
53 views

Outlook 2000: Calendar, click-and-drag functionality not allowing user to click-and-drag. Sometimes it works, other times it does not. Any ideas?

Outlook 2000: Calendar, click-and-drag functionality not allowing user to click-and-drag. Sometimes it works, other times it does not. Any ideas? I've tried it myself, and it would not allow me to ...
1
vote
5answers
1k views

Outlook receives PHP HTML e-mail as code?

I made an HTML e-mail send with PHP, but my client receives this as pure code. Here is the PHP code to send the mail: $subject = 'HTML e-mail test'; $message = '<html> <body> ...
0
votes
0answers
88 views

outlook 2003 add-in stops working after it opens new dialog

I'm creating an add-in for outlook 2003 which adds more items to the context menu and encountered a strange bug: If my add-in creates a new window, it stops working, OnUpdate events won't be fired any ...
1
vote
0answers
137 views

Obtaining tasks by MS Exchange in Java

I'm having a problem retrieving a list of tasks from the Exchange Server. I already have the code for adding and updating tasks, but I cannot get the retrieving going. Here's the code for it: public ...
0
votes
1answer
214 views

Is it possible to take a local Outlook mailbox and sync it to exchange?

Ok so I am going through wiping some computers for a business. The business is dissolving but the user still needs their email. I logged in as that user to check their email and I only saw 1 inbox ...
2
votes
1answer
318 views

Getting RDOMail for MailItem opened from .msg file

Is there a way of creating an RDOMail instance for a MailItem corresponding to an Outlook message opened from a .msg file? My usual approach is to get the CurrentItem from the Inspector, cast it to ...
0
votes
1answer
986 views

Outlook 2003 VB Script to create forwarding rule

Hello does anyone know how to create a VB Script that will add a rule in Outlook 2003 such that if I receive an email from user PersonA@mail.com it will forward that email to PersonB@mail.com. I ...
0
votes
2answers
208 views

Disable outlook 2003 toast notification programmatically?

Hopefullay an easy answer but is it possible to disable outlook 2003 toast pop-up notification programmatically? Note: I'm working in c#.
0
votes
1answer
581 views

How to add attachments to AppointmentItem after attendees are added?

So I'm working away on a bit of code that takes an appointment and creates a few tasks from the appointment and checks to see if there is an attachement before it is sent off. The code works fine ...
2
votes
1answer
280 views

Generate an Outlook Signature with VB.Net

Recently I've been tasked with standardizing the company signature for all employees. Outlook 2003/2007/2010 and figured in place of manually typing in and making changes for 200 employee's, it would ...
1
vote
1answer
253 views

Retrieve StoreID for MailItem (within Outlook Selection)

I need to iterate through the MailItem items within a Selection and read their EntryID and StoreID values in order to be able to retrieve the mail items again later (for background processing through ...
1
vote
0answers
188 views

Getting past the security prompt in outlook 2003 via 3rd party software i.e sas

I'm trying to automate the security prompt in outlook when I try to send emails via a 3rd party software i.e SAS. What solutions are there? I've tried a VBA solution and reduced security to low on the ...
0
votes
3answers
1k views

Coding HTML e-mail - added image outline/border - gmail and Outlook

I am coding a simple HTML e-mail and I am experiencing strange behaviour in gmail and Outlook 2003 and 2007. There is a white space below all images. My inline styling for images looks like this: ...
-1
votes
1answer
894 views

Add categories to incoming emails using VBA [closed]

I am trying to write VBA code in Outlook 2003 which will add categories to the email when sending, so that the response will appear with categories automatically added. This is to make filing ...
0
votes
1answer
79 views

Access Outlook2003 from an application (Java) running on a Tomcat (started as a service)

I want to exchange E-Mails from a locally installed Microsoft Outlook through a Java Application which is running on a Tomcat Server. In the past this was no Problem but since we switched the tomcat ...
1
vote
1answer
542 views

How to read Custom Field value of outlook

Can anyone tell me how to read the custom Field value of the outlook using c# Right now i tried "UserProperties" and "ItemProperties". Both are throwing error. My sample code as follows ...
0
votes
1answer
66 views

How to avoid security dialog when accessing AppointmentItem Body in Outlook 2003 custom addin

I have created an Outlook 2003 addin in VSTO 2005. I am trying access appointment Item's body. When this statement runs, Outlook pops up a security dialog where it ask for whether to allow to access ...
1
vote
1answer
367 views

How to get Unique ID of Outlook 2003 in VSTO addin

I am developing an Outlook 2003 addin using VSTO in VisualStuido2008. My requirement is that, when user select a calendar meeting and click on addin, it should be pushed to out application which ...
0
votes
1answer
37 views

outlook contract Signature

I'm working with outlook and I got a problem. I dont know why and how, but my outlook project lost the Certificate. so I go on vba->tool->tools->Personal Digital Signature I set a Certificate. I ...
1
vote
1answer
2k views

Loop Through PSTs in Outlook 2003 with VBA

In Outlook 2007, I am able to loop through mails stores, including PSTs, using code like this: Dim stores As Outlook.stores Set stores = objNamespace.stores Dim store As Outlook.store For Each store ...
1
vote
1answer
1k views

outlook event newMail (newItem)

I'm working with outlook 2003 I search a way to get the event when a new mail is created (when the window of new mail is created) Note: I search every way to add a menu to new mail window)
0
votes
1answer
166 views

livelink mapi outlook objId

I am searching for a way to get the livelink objId from a MAPIFolder object (Outlook VBA). I can get the path but its useless when the MAPI comes from favorites. I look at this Is there a list of ...
2
votes
1answer
664 views

Getting messageID from email in Outlook VBA 2003

Is there a easy way to get the current shown (preferably selected) message-ID via VBA ? without having to buy Redemption or some other package.. I need to message ID so I can make a link to a ...
0
votes
2answers
968 views

Outlook 2003 VBA to detect selected account when sending

Is it possible to detect which account an email is being sent via the Application_ItemSend VBA function of Outlook 2003? The accounts are POP3/SMTP on a standalone machine, and not MAPI or Exchange ...
0
votes
1answer
2k views

Outlook VBA Moving Emails to Public Folder using Dynamic Paths

I have been working on this little Outlook 2003 function for some time now so it's time to ask the experts before I go insane ;) Here in our Corporate environment we have a Mailbox (not the default ...
0
votes
2answers
446 views

When Outlook loads to open all emails that were open when Outlook last closed

I would like, when you open Outlook, all the emails you had open when it was closed last night, to re-open. I have looked everywhere and have tried to dig through the Objects trying to find message ...
1
vote
0answers
351 views

Change Sender Email Address in Outlook 2003

My company has changed my email address :-( I have thousands of emails in Outlook that use the old email address, but as far as Outlook is concerned, these are from a different person. This is ...
0
votes
1answer
90 views

Custom property pages not titled in Outlook 2003

I am implementing a custom Outlook Property page in C++ as an ActiveX control as per this article. Basically, I have noticed that when passing an initialized object (my ActiveX object) to the ...
1
vote
1answer
423 views

How do I bring up the “Advanced Find” Dialog in Outlook with VBA

I know how to do a search using the Outlook.AdvancedSearch() method. What I want is based on the parameters for my search to populate the build in advanced find dialog with VBA code, as seen below. ...
-1
votes
1answer
105 views

Auto replacement of subject line in inbound Outlook emails

I need to replace the contents of the subject line of all incoming email (whatever it maybe ) with "EBIT Support" and that same mail then forwarded to the new and correct inbox- an ideas vey welcome!! ...

1 2 3