public static void connectPop(string user, string pass) { pop3Client = login(user, pass); pop3Client.OpenInbox(); }