View Single Post
  #1  
Old November 16th 06, 07:00 AM posted to microsoft.public.outlook.program_vba
Michael Bauer [MVP - Outlook]
external usenet poster
 
Posts: 1,885
Default Reminder for message that was sent


You can use the ItemSend event, check for the message (recipient, day or
whatever) and set its Flag* properties. Then store the sent item in the Sent
Items folder, you will then get a reminder on the day determined in
FlagDueBy.

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.VBOffice.net --


Am Wed, 15 Nov 2006 14:19:00 -0800 schrieb Penny Miller:

I have a user that needs to come up w/a way to send a reminder to himself
for a message that he sent to a recipient on a certain day.

Using OL2003.

Ads