Is there free Windows email app which inbox can be read from c#?
Posted
by robert_d
on Stack Overflow
See other posts from Stack Overflow
or by robert_d
Published on 2010-03-27T22:29:34Z
Indexed on
2010/03/28
0:13 UTC
Read the original article
Hit count: 559
I'm talking about inbox on a local disk not on a mail server.
I want to read inbox of free application like Thunderbird.
Here is what I want:
1. I launch my c# program
2. My program reads inbox of free email app (like Thunderbird) from a disk
3. My program parses the inbox and gets text of all messages.
© Stack Overflow or respective owner