New records in what database, the Outlook store (PST file or Exchange
mailbox)?
You want to handle things when a new email is added to the Inbox? Use either
the Inbox.Items.Add() event for that or the Application.NewMailEx() event
handler.
--
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
"Raghuram Raichooti" wrote in message
...
Hi Ken
My requirement is as follows:
I had written a C# windows based application it keeps searching for new
records in the database. when it finds a new record it pops up with the
Message box. now i want to implement the same using the Email. when a new
record is added it should trigger a email to concern persons (Email ID's
can
be hardcoded in the code)
Email content should picked form the database and then send to the email
id's which are predefined.
Problem is, this is just for our team and internal purpose. Our company
does
not provide access to SMTP Server or we can create one. so for this i
thought
to use our email client as an email sender.
I use Office 2007 as my email client.
Thanks in advance.
--
Raghuram Raichooti