HI Ken, Thanks that works. Is there a way of running this same routine when users use outlook web access?
"Ken Slovak - [MVP - Outlook]" wrote:
[Quoted Text] > Either use Inbox.Items.Add() or use Application.NewMailEx(). > > -- > 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> > > "Al_21_11" <Al2111[ at ]discussions.microsoft.com> wrote in message > news:C77ED8AB-1E7E-4BAD-93BA-773891935643[ at ]microsoft.com... > > Hi > > > > scan all new incoming e-mails and post archiving email by posting to DB. i > > have the second part down. I will be calling a class that will handle > > posting > > record to DB, but need to know how can i get all incoming e-mails. > > > > Thanks > > > >
|