Question about how to script something for wife.

  • Thread starter Thread starter user
  • Start date Start date
U

user

Hi all,
My wife currently does validation of customers for a company that employees
her. She gets an email for each customers purchase, and she sorts that into
a folder using rules on Outlook Express. What I need to do is use dotnet to
read the contents of the folder, the pass that information to a web page
that she logs into. There are about 3 or 4 pages that she has to query on
the web server to get the results she needs, using this information from the
email.

What I want to do is build a winform that reads the email in her OE folder,
and then passes that information to the web pages, then display the revelant
returned information in the WinForm Client. Is this possible, or is there a
better technology that will do the job?

Thanks
Nick
 
Hi Nick,

I haven't used it, but I would imagine that the Outlook com library would
provide this ability, just as the Excel and Word Com libraries do.

Bernie Yaeger
 
Back
Top