对Outlook 2010中的外发电子邮件运行脚本或完整性检查

时间:2014-04-15 17:17:41

标签: outlook

当您尝试从客户端发送消息时,是否有办法设置Outlook 2010以运行脚本或其他形式的完整性检查?我的具体情况是我对多个帐户(工作,gmail,VPS服务器等)使用相同的Outlook客户端,并且我发现自己有几次“从”错误的帐户发送电子邮件。

在一个完美的世界中,我希望能够编写一个逻辑脚本,如下所示:

when (I hit send)
  if (the "source" account is "myuserid@gmail.com")  then 
    if (there are addresses in TO or CC that match "work.com")  then
      pop up a dialog box that says:
         "You appear to be sending email to work.com from gmail.com - do you really want to do this?"
            if yes, then send it and return
            if no, go back to the message compose window
这样,我必须非常有意地使用非工作电子邮件地址向工作人员发送电子邮件(这在我的特定情况下很少见)

1 个答案:

答案 0 :(得分:0)

尝试SendUsingAccount阅读ItemSend中的“来源”帐户。