Let’s see how to read emails from a pop3 Server. After setting some variables, we’ll create a connection to the Pop3 Server and we’ll try to autenticate with user and password. After we’ll take a bunch of messages and we’ll start to iterate some operation per each message. The message can be cleaned, processed, saved […]
You are browsing archives for
Tag: read
How to use Windows registry in your .Net C# application
In this article I will show how to read and use in your .Net C# application informations stored in the Windows registry. First of all let’s see the easiest way to store some information in the server registry. You can use the “regedit” command to edit the register or you can directly use a register file. […]