View Single Post
  #2  
Old January 15th 07, 03:53 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default OL2003 - Move read IMAP messages

A Web client has no connection to Outlook. You'd somehow need to get the
information from the Web client, if that's possible and then write Outlook
automation code to create a new mail item and populate it with the
properties you read from the Web client object, if that's possible. Whatever
you did it still wouldn't be a received mail item, it would be a simulation
of that with an unsent mail item.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"PeterR" wrote in message
...
Currently I have a rule that moves all new incoming IMAP messages to the
the
local Inbox. The problem is that if I read a messages through a web client
for instance that messages is not moved to the local Inbox. I'd like to
create a rule that will move these read messages too.

I'd appreciate your help.


Ads