IMapClient ConnectAsync方法停止程序。发生奇怪的错误

时间:2019-05-30 18:51:25

标签: c# imapclient

我正在尝试使用MailKit.Net.Imap.ImapClient连接到Yandex邮件服务。

这真的很奇怪,因为几天前我可以连接到服务,但是现在发生了此错误。

致电ConnectAsync()后:

ImapClient client = new ImapClient();
await client.ConnectAsync(_configuration.MailServiceHost, 143, cancellationToken: token);

程序刚刚停止,并且如果我尝试调试它-出现错误:

The type 'Socket' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Net.Sockets, Version=0.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.

任何人都可以提出建议,这可能是什么问题?

0 个答案:

没有答案