View Single Post
  #6  
Old August 7th 09, 03:25 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Date Stamp in SUBJECT BOX of Outgoing/Incoming Mail

If this is Outlook 2003 or earlier then change the declaration in
Application_NewMailEx() on the line:

Dim myInbox As folder

To this:

Dim myInbox As MAPIFolder

Make sure no lines are showing in red in case any line breaks were added
that split lines of code.

If that doesn't help then what line is highlighted on the error?

This is being put into the Outlook VBA project?

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"Glen.Cooper" wrote in message
...

Hi Ken,

Sorry, same error :-(

Anything else?

Glen


--
Glen.Cooper
------------------------------------------------------------------------
Glen.Cooper's Profile:
http://www.thecodecage.com/forumz/member.php?userid=613
View this thread:
http://www.thecodecage.com/forumz/sh...d.php?t=121980


Ads