capture the subject line from the unread mail

  • Thread starter Thread starter Kondapanaidu
  • Start date Start date
K

Kondapanaidu

Hi,
I am using C#.NET2.0,

My Outlook Inbox is having some mails.

My system Configured with Outlook,

I need to capture the Unread mail subject line.

How to capture the subject line from the unread mail.

Thank in advance for giving great inputs


Thanks & regards
Kondapanaidu
 
Hi,
I am using C#.NET2.0,

My Outlook Inbox is having some mails.

My system Configured with Outlook,

I need to capture the Unread mail subject line.

How to capture the subject line from the unread mail.

Thank in advance for giving great inputs


queue your mail to a unix/linux box running sendmail, postfix, or smtpd
and write a perl script to read the headers from your mail queue file.
Thats the way I do it. :^)
 

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