Make a button in the body of the email to send info back to the sender of the email

﹥>﹥吖頭↗ 提交于 2019-12-12 06:23:52

问题


I recently started using MS Outlook 2007 but am having trouble understanding how I could implement something specific. To get to the point, this is what I'd like to know how to do:
How could I create/store controls or visual elements such as buttons, textboxes, etc..?
How could I allow the person who receives the email then input info into the text box inside the email, then also inside the email, locally store the data from the text box control ao that it could be edited and returned?
How could I then receive an email when the person clicks something inside of the email?
Is something like this even possible? Thank you for giving my questions a chance.


回答1:


Outlook does not run scripts in HTML emails. Forms are also a no-no.



来源:https://stackoverflow.com/questions/14747135/make-a-button-in-the-body-of-the-email-to-send-info-back-to-the-sender-of-the-em

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!