multiple recipients in email in the webMail object?

陌路散爱 提交于 2019-12-12 04:28:15

问题


How do you add multiple receipients, meaning more than one email in the TO: field using the webMatrix WebMail object? I've messed around with creating a string that combines two emails with a comma or semicolon between them.


回答1:


you do just that, separate multiple recipients in the 'to' property with a semicolon:

http://msdn.microsoft.com/en-us/library/system.web.helpers.webmail.send(v=vs.99).aspx



来源:https://stackoverflow.com/questions/7432617/multiple-recipients-in-email-in-the-webmail-object

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