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).
 
Back
Top