我有一个新的脚本,我正在为我的办公室建立一个 greasemonkey 按钮,除了提示输入特定的错误号还需要打开 Outlook,并将消息发送到某个地址,主题行中的错误号...
任何想法,我挖掘出来
代码:
addButton(f_l, 'Error number', function() {
url = prompt("Please provide the full error number","");
surround('<a href="mailto: bob@test.com?&subject=Error ' + url + ' Raised&"></a>','');
});
它将文本输入到页面上的框中,但不会创建新的电子邮件。
0
How to automate Outlook from another program文章介绍了从其他应用程序自动化 Outlook 所需的所有步骤。
另请参见How To: Create and send an Outlook message programmatically。
本站系公益性非盈利分享网址,本文来自用户投稿,不代表边看边学立场,如若转载,请注明出处
评论列表(65条)