发送电子邮件,如何 [英] Sending an e-mail, how

查看:106
本文介绍了发送电子邮件,如何的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

电子邮件地址显示在Windows窗体的文本框中。任何人都可以指出

代码,允许用户的标准电子邮件客户端弹出

双击并填写地址?


是否有一个控制器,alrerady内置了这种行为?


感谢您提供任何信息,


Bob

E-Mail address is shown in a textbox on a windows form. Can anyone point me
to code that would allow the standard e-mail client of the user to pop up on
double-click and have the address filled in?

Is there a controol that alrerady has this behaviour built -in?

Thanks for any information,

Bob

推荐答案

*" Bob Dufour" <博***** @ hotmail.com> scripsit:
* "Bob Dufour" <bo*****@hotmail.com> scripsit:
电子邮件地址显示在Windows窗体的文本框中。任何人都可以指向我的代码,允许用户的标准电子邮件客户端弹出双击并填写地址吗?
E-Mail address is shown in a textbox on a windows form. Can anyone point me
to code that would allow the standard e-mail client of the user to pop up on
double-click and have the address filled in?




< http://groups.google.com/groups?selm = uld6n9xnDHA.1632%40TK2MSFTNGP10.phx.gb l>


-

Herfried K. Wagner [MVP]

< http://www.mvps.org/dotnet>



<http://groups.google.com/groups?selm=uld6n9xnDHA.1632%40TK2MSFTNGP10.phx.gb l>

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>


" ; Bob Dufour <博***** @ hotmail.com>写在

新闻:OQ ************** @ TK2MSFTNGP09.phx.gbl:
"Bob Dufour" <bo*****@hotmail.com> wrote in
news:OQ**************@TK2MSFTNGP09.phx.gbl:
电子邮件地址显示在Windows窗体上的文本框。任何人都可以指出我的代码可以让用户的标准电子邮件客户端弹出双击并填写地址吗?

有吗一个控制器,alrerady有这种行为构建-in?
E-Mail address is shown in a textbox on a windows form. Can anyone point
me to code that would allow the standard e-mail client of the user to
pop up on double-click and have the address filled in?

Is there a controol that alrerady has this behaviour built -in?




只需启动URLmailto:jo*@copmany.com"弹出默认的邮件客户端



您需要使用.net等效的ShellExecute来启动它。

-

Chad Z. Hower(又名Kudzu) - http ://www.hower.org/Kudzu/

编程是一种反击的艺术形式

ELKNews - 获取免费副本< a rel =nofollowhref =http://www.atozedsoftware.comtarget =_ blank> http://www.atozedsoftware.com



Just launch the URL "mailto:jo*@copmany.com" and the default mail client will
pop up.

You need to use the .net equivalent of ShellExecute to launch it.
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"
ELKNews - Get your free copy at http://www.atozedsoftware.com


嗨Bob,


此代码启动默认电子邮件客户端并创建新邮件。

主题字段填充文本框中的电子邮件地址。

System.Diagnostics.Process.Start(" mailto:" + textBox1。文字);


问候,


Stephen Jebaraj

Syncfusion公司

访问.NET Essentials的 http://www.syncfusion.com

" Bob Dufour" <博***** @ hotmail.com>在消息中写道

新闻:OQ ************** @ TK2MSFTNGP09.phx.gbl ...
Hi Bob,

This code launches the default email client and creates a new message. The
subject field is filled with the email address on the textbox.

System.Diagnostics.Process.Start("mailto:" + textBox1.Text);

Regards,

Stephen Jebaraj
Syncfusion Inc
visit http://www.syncfusion.com for .NET Essentials

"Bob Dufour" <bo*****@hotmail.com> wrote in message
news:OQ**************@TK2MSFTNGP09.phx.gbl...
电子邮件地址是显示在Windows窗体上的文本框中。任何人都可以指向
我的代码,允许用户的标准电子邮件客户端双击弹出
并填写地址?

是否有一个控制器,alrerady有这种行为吗?

感谢您提供任何信息,

Bob
E-Mail address is shown in a textbox on a windows form. Can anyone point me to code that would allow the standard e-mail client of the user to pop up on double-click and have the address filled in?

Is there a controol that alrerady has this behaviour built -in?

Thanks for any information,

Bob



这篇关于发送电子邮件,如何的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆