Sunday, 26 November 2017

Commodore 64 Basic

Well, that was a nice trip down memory lane! I have just come across the C64 Mini over at https://thec64.com. It's not being released until 2018 but it's a mini replica of the Commodore 64 with USB and HDMI ports. The Commodore 64 was my very first computer. Of course I played the games! Buggy Boy...
Contact Me:  ocean.airdrop@gmail.com

Sunday, 5 November 2017

Reading the contents of emails in an inbox.

The .NET framework comes with a SMTP email client to send out emails in the box and is simple to use: var msg = new MailMessage("oceanairdrop@gmail.com", toList, subject, messageBody); var client = new SmtpClient(server).Send(msg); But recently, I wanted to be able to read the contents of emails in an inbox. Thats when I went searching in the framework only to find out there there is no support...
Contact Me:  ocean.airdrop@gmail.com

Popular Posts

Recent Posts

Unordered List

Text Widget

Pages