예제 #1
0
 public static void connectPop(string user, string pass)
 {
     pop3Client = login(user, pass);
     pop3Client.OpenInbox();
 }