このコードを貼り付けると
// Download the full message
Message message = client.GetMessage(messageNumber);
エラーは次のとおりです: エラー 3 'メッセージ' は 'System.Windows.Forms.Message' と 'OpenPop.Mime.Message' の間のあいまいな参照です c:\users\mpho\documents\visual studio 2012\Projects\WindowsFormsApplication26\WindowsFormsApplication26\ Form1.cs 62 21 WindowsFormsApplication26
これを解決するために何をしなければなりませんか?
D