Code syntax Highlights an online free code syntax highlighting tool, you can block the grammar of VBScript, VB.NET, CSS, HTML, C #, SQL, XML, JScript, etc., very beautiful, as follows:
USING DIRECTIVES
#region using directivesusing system; usng system.text; #endregion
Namespace
Sky.mailmonitor
{Class Program {static void main (string [] args) {pop3 pop3 = new pop3 (); string username = "xxxxxx"; string password = "xxxxxx"; string hostname = "pop3.163.com"; try {POP3 .Connect (hostname); pop3.login (username, password); pop3.stat (); pop3.list ();} catch (exception e) {console.writeline (E.MESSAGE);} finally {pop3.close }}}}