从 infopath 表单中提取数据
我想提取信息路径表单中的字段以在电子邮件中以纯文本形式发送。 infopath 中的默认选项是在电子邮件中包含整个格式化表单,或者将其附加。我只想将提取的数据包含在电子邮件正文中。
I would like to extract the fields in an infopath form to be sent plaintext in an email. The default option in infopath is to either include the entire formatted form in the email, or have it attached. I would just like the extracted data to be included in the body of the email.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以将字段或功能分配给多个电子邮件属性,但这非常有限。请看下面的截图:
我认为如果没有自定义代码,您将无法获得任何进一步的信息。您可以创建一个按钮操作,该操作从您需要的字段中获取值并以编程方式发送电子邮件。以下是一些可能对您有帮助的链接 -
C# 如何发送电子邮件?
http://msdn.microsoft.com/en-us/library/bb509311(v=office.12).aspx
You can assign fields or functions to several e-mail properties, however it's very limited. See the following screenshot:
I don't think you will get any further without custom code. You could create a button action which takes the values from the fields you need and sends an e-mail programmatically. Here are some links that might help you -
C# how to send email?
http://msdn.microsoft.com/en-us/library/bb509311(v=office.12).aspx