我尝试使用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}")