简体   繁体   English

Powershell创建另一个文件夹并在Outlook中移动电子邮件

[英]Powershell to create another folder and move emails in Outlook

I recently found those articles: Error creating Outlook Rules in Powershell https://blogs.technet.microsoft.com/heyscriptingguy/2009/12/16/hey-scripting-guy-can-i-use-windows-powershell-to-create-a-new-outlook-inbox-rule/ 我最近找到了这些文章: 在Powershell中创建Outlook规则时出错 https://blogs.technet.microsoft.com/heyscriptingguy/2009/12/16/hey-scripting-guy-can-i-use-windows-powershell-to-创建-A-新的Outlook收件箱规则/

Unfortunately I'm unable to make one of those to work. 不幸的是,我无法使其中之一工作。 Do you know a similar script (it doesn't matter if it is powershell or not) to create a new folder on inbox and move the emails received from a specific email address? 您是否知道类似的脚本(无论是否使用Powershell)在收件箱中创建新文件夹并移动从特定电子邮件地址收到的电子邮件? That would be very useful for a new employee on teams with high amounts of emails per day. 对于每天都有大量电子邮件的团队中的新员工来说,这将非常有用。 It will be nice if we can find something similar to tune it to our needs, the new colleague will have just to run the script on PC and then to have already the folders and rules set for work instead of losing time creating those. 如果我们能找到一些类似的东西来调整其以适应我们的需求,那就太好了,新同事只需在PC上运行脚本,然后已经为工作设置了文件夹和规则,而不会浪费时间来创建它们。

Any response or feedback will be highly appreciated. 任何回应或反馈将不胜感激。

PS: I'm new here, looking for some advice/help, any lead will be highly appreciated, I'm not affraid to tune a little script and learn something more about those topics! PS:我是新来的,正在寻找建议/帮助,任何线索都将受到高度赞赏,我不惧怕调整一些脚本并了解有关这些主题的更多信息! Is something aside from work, not my day-to-day responsability. 除了工作以外,还有我日常的责任。

You could create a rule. 您可以创建一个规则。 When email received from a specific email address, move it to a specific folder. 从特定电子邮件地址收到电子邮件后,将其移动到特定文件夹。

在此处输入图片说明

在此处输入图片说明

Selected “From” and “move”. 选择“从”和“移动”。

PS You should checked one of the email which you want move. 附言:您应检查要移动的一封电子邮件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM