It's my first C#/outlook project ? please help

  • Thread starter Thread starter Krish
  • Start date Start date
K

Krish

I am interested in reading emails with particular subject lines and
write them
into a file.

Does outlook raise and Event when it receives an email.

Should I implement this as a 2 step process -- one when event is
raised - check if subject line matches criteria... or is it possible
to raise an event only when criteria is met.


thanks for any help
 
The MAPIFolder.Items.ItemAdd is the most reliable.

FYI, there is a newsgroup specifically for general Outlook programming
issues "down the hall" at microsoft.public.outlook.program_vba (don't worry
about the name).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top