简体   繁体   English

C#Win。 表格-Outlook不接受BCC参数

[英]C# Win. form - Outlook not accepting BCC parameter

i am creating a URL link to directly open Outlook's compose email page where all the email will be populated as soon as the page appears but the problem is when i enter the below URL 我正在创建一个URL链接以直接打开Outlook的撰写电子邮件页面 ,该页面一出现就会在其中填充所有电子邮件,但问题是当我输入以下URL时

https://snt149.mail.live.com/?page=Compose&to=test1@gmail.com&cc=test2@gmail.com&BCC=test3@gmail.com https://snt149.mail.live.com/?page=Compose&to=test1@gmail.com&cc=test2@gmail.com&BCC=test3@gmail.com

all the fields get filled up except the BCC one. 除了“ 密件抄送”以外,所有字段都被填满。 Can anyone tell me where i am going wrong? 谁能告诉我我要去哪里错了? Any piece of suggestion will be appreciated. 任何建议将不胜感激。

this works fine with Outlook as Email application. 与Outlook as Email应用程序配合使用时效果很好。 In my case it's tested with 2010 Outlook version. 就我而言,已在2010 Outlook版本中进行了测试。 You are hard coded to web email which does not make so much sense, does it?? 您被硬编码到没有太大意义的网络电子邮件中,对吗?

<a href="mailto:abcd@gmail.com?subject=Works+Fine.&cc=efgh@gmail.com&bcc=ijkml@gmail.com&body=even+with+body+%2F.">abcd@gmail.com</a>

edit: I cannot include a working test link here, probably due to HTML restrictions of SO 编辑:我可能在这里不能包含有效的测试链接,这可能是由于HTML的限制

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM