服务器上的SendKey.SendInput时访问被拒绝

时间:2019-06-03 11:14:28

标签: .net

我尝试使用Thunderbird中的快捷方式CTRL+ENTER从Windows Server 2008 R2发送电子邮件。

如果我通过远程桌面连接连接,则可以发送电子邮件。

但是,当我最小化远程桌面连接时,我会立即收到拒绝访问错误:

System.ComponentModel.Win32Exception (0x80004005): Zugriff verweigert
   bei System.Windows.Forms.SendKeys.SendInput(Byte[] oldKeyboardState, Queue previousEvents)
   bei System.Windows.Forms.SendKeys.Send(String keys, Control control, Boolean wait)
   bei PLS_CL.BTC.Logic.clsALG_Mailinfo.RunJob()

我发送密钥的代码

SendKeys.Send("^{ENTER}")

0 个答案:

没有答案