SharePoint VS 工作流通过电子邮件发送到 SharePoint 组

发布于 2024-07-27 21:06:00 字数 137 浏览 6 评论 0原文

我有一个在 VS 工作流程中发送电子邮件的代码活动。 它只是将“收件人”属性设置为网站集中的 SharePoint 组的名称。 但是,只有该组中的第一个人会收到电子邮件。

有什么想法为什么会发生这种情况吗?

谢谢

I have a code activity that sends an email in a VS workflow. It simply sets the 'To' property to the name of a SharePoint group in the site collection. However, only the 1st person in the group gets emailed.

Any ideas why this is happening?

thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

时光清浅 2024-08-03 21:06:00

您的群组中是否包含除用户之外的其他内容(例如:通讯组列表、广告组)?

如果这仍然是一个问题,并且您需要能够发送到 SharePoint 组,我建议编写一个自定义工作流操作,该操作将收集指定组中所有用户的电子邮件(您可以在网上找到许多关于如何进行自定义操作)。

Does your group contain anything other than just users (ex: distribution lists, ad groups)?

If this is still a problem and you need to be able to send to a SharePoint group, I would recommend writing a custom workflow Action that would gather the emails of all the users in a specified group (you can find many tutorials online on how to make a custom action).

月亮是我掰弯的 2024-08-03 21:06:00

事实证明,它甚至没有向第一个用户发送电子邮件。 我决定以编程方式提取用户电子邮件。 工作正常。

Turned out it was not even emailing the first user. I decided to extract the user emails programatically instead. Works fine.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文