2015-03-21から1日間の記事一覧

C#でメール送受信ライブラリTKMP.DLL

POP3Clientは日本語に弱いので困る。 受信のサンプル { //接続情報 string server = "sample.jp"; int port = 110; string userid = "user"; string pass = "pass"; //サーバへの接続用クラスを作成する IPHostEntry hostInfo = System.Net.Dns.GetHostEntry…