Exchange 是否能够像 Outlook 一样运行宏/vba?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/6347377/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-11 13:28:16  来源:igfitidea点击:

Does Exchange have the capability to run macros/vba like Outlook does?

vbaexchange-serverattachmentrules

提问by rustyvz

We have a macro and rule set up in Outlook that does the following:

我们在 Outlook 中设置了一个宏和规则,用于执行以下操作:

Rule:

规则:

If the incoming mail is TO: a certain address run thru the following macro:

如果收到的邮件是 TO:某个地址,则通过以下宏运行:

Macro:

宏:

1) Reply to sender with the original message, with canned text inserted before message, and any attachments stripped out.

1) 用原始消息回复发件人,在消息之前插入罐头文本,并删除所有附件。

2) Forward the original message, to a set of email addresses, placing some text on the subject line (in addition to original subject line) and stripping any attachments.

2) 将原始消息转发到一组电子邮件地址,在主题行上放置一些文本(除了原始主题行)并删除任何附件。

This works fine via the Outlook client, as long as the client is open.

只要客户端打开,这可以通过 Outlook 客户端正常工作。

We need to know if this sort of functionality is available within Exchange (current version).

我们需要知道这种功能是否在 Exchange(当前版本)中可用。

Does Exchange have the ability to run the same sort of rule and macro on incoming mail for this one account?

Exchange 是否能够对这个帐户的传入邮件运行相同类型的规则和宏?

Our Exchange admins are not seasoned Exchange admins, and we do not have access to Exchange to find out for ourselves. We want to be able to tell them matter-of-factly if it can be done or not, as they want to bill us to even find out if it is a built-in feature or not.

我们的 Exchange 管理员不是经验丰富的 Exchange 管理员,我们无权访问 Exchange 以自行查找。我们希望能够实事求是地告诉他们是否可以完成,因为他们希望向我们收费,甚至可以查明它是否是内置功能。

Not looking for how to do it but if it can/cannot be done with default Exchange, and possibly where to find the capability.

不是在寻找如何做到这一点,而是如果它可以/不能使用默认 Exchange 完成,以及可能在哪里找到该功能。

Thanks to all in advance!

提前感谢大家!

回答by Peter Siegmann

Yes, see here for an example:

是的,请参见此处的示例:

http://support.microsoft.com/kb/324021

http://support.microsoft.com/kb/324021