I am using openpop.net
to read emails and print them after checking the subject.
However im stuck on the first step, MessageHeader, RfcMailAddress and File shows up as error "The type or namespace name "Message Header" could not be found".
I think i havnt declared the right references but not sure. I have declared the following references:
using OpenPop;
using OpenPop.Pop3;
using OpenPop.Mime;
using OpenPop.Common;
any help is appreciated.
my code is copied from http://hpop.sourceforge.net/exampleExamineHeaders.php
Below is how my code looks like