PLM之家精品课程培训,联系电话:18301858168 QQ: 939801026

  • NX二次开培训

    NX二次开培训

    适合初级入门或想深入了解二次开发的工程师,本培训结合ufun,NXOpen C++,大量的实例及官方内部的开发技术对于老鸟也值得借鉴!.

    NX CAM二次开发培训报名 NX二次开发基础培训报名
  • PLM之家Catia CAA二次开发培训

    Catia二次开发培训

    Catia二次开发的市场大,这方面开发人才少,难度大。所以只要你掌握了开发,那么潜力巨大,随着时间的积累,你必将有所用武之地!

  • PLM之Teamcenter最佳学习方案

    Teamcenter培训

    用户应用基础培训,管理员基础培训,管理员高级培训,二次开发培训应有尽有,只要你感兴趣肯学习,专业多年经验大师级打造!

  • PLM之Tecnomatix制造领域培训

    Tecnomatix培训

    想了解制造领域数字化吗?想了解工厂,生产线设计吗?数字化双胞胎,工业4.0吗?我们的课程虚位以待!

PLM之家PLMHome-国产软件践行者

【Aras二次开发源码】服务器端发送电子邮件方法

[复制链接]

2018-8-1 14:08:15 3395 0

admin 发表于 2018-8-1 14:08:15 |阅读模式

admin 楼主

2018-8-1 14:08:15

请使用QQ关联注册PLM之家,学习更多关于内容,更多精彩原创视频供你学习!

您需要 登录 才可以下载或查看,没有账号?注册

x
Technique  # U: Q/ |; g! M# B' v$ x
Use the CCO.Email object to send email messages.
  A4 Q+ ~. |4 U! k3 Y) Y6 \C#  , b5 T& K) B1 K$ n; n  n1 [
System.Web.Mail.MailMessage email = new System.Web.Mail.MailMessage();
: p0 w' m5 Z- r5 aemail.From = fromEmail;
$ Y- L8 e+ @/ qemail.To = toEmail;
4 p3 Z' f4 d5 C5 u2 b6 k; Y1 Bemail.Subject = subject; 2 ?2 }4 y+ ^! G( d
email.Body = body; 5 a" n: Z, [% i+ y
CCO.Email.setup_smtpmail_server_and_send(email); $ g5 f) j" F) F2 S
% r% ?- P6 _" E, h0 n
// Alternatively use the SendEmailToIdentity
+ d; A/ m; M( N+ j// The first argument is the Identity name to send the email message.
/ k" _+ R( J6 c3 w% o// The second argument is the subject text.
! f: ?4 J% d* Q) y// The third argument is the email body text. ( A& J4 `1 U! P3 M
// The last argument is a user login name as the sender and
; P& t3 [5 C8 v4 ^$ l) z//   if blank will use the logged in user name and
7 ~$ O7 H5 }% [! Y6 r$ p, ~6 Z" a//   that User Item must have an email address as well. 4 r% O2 a& o2 O
CCO.Email.SendEmailToIdentity(ref identity, ref subject, ref body, ref user); # Y3 j4 Q$ \/ [
return this.newInnovator().newResult("ok"); 4 w# T9 L4 l+ p" K
  VB.Net  ' T: P# }/ ]! I& N6 R7 k
Dim email = New System.Web.Mail.MailMessage() 2 o1 P8 m. y  U! ^+ @
email.From = fromEmail ) R/ Z- c3 Y/ n9 {7 s; @7 w
email.To = toEmail 5 j% Q' d  G/ L  t+ {. p: M" j
email.Subject = subject 2 B9 `) |9 Q+ e) t; m$ c
email.Body = body
( y5 ^1 g9 b# q- N+ HCCO.Email.setup_smtpmail_server_and_send(email)
0 G# D( C$ L1 ?/ T& e$ [ 4 z1 o0 M" e! n0 c- \
' Alternatively use the SendEmailToIdentity
3 v8 P) `0 }0 b+ }1 F( J+ j' The first argument Is the Identity name To send the email message.
4 {* p$ \2 {) h& F5 y/ V- L- _' The second argument Is the subject text.
0 w* i8 `: f4 m( L2 v. P* I' The third argument Is the email body text.
+ M) Q" f) l/ q- \! j' The last argument Is a user login name As the sender And
% }, i* ~. Y! ~( B'   If blank will use the logged In user name And
$ r3 A  N/ L+ h0 S'   that User Item must have an email address As well.
4 C  |1 L; J' G/ [; U; B2 c6 ]CCO.Email.SendEmailToIdentity(identity,subject,body,user)
8 f& [+ f/ g  {$ [* i2 F* Z5 l3 R9 M: A; q" f* J
上海点团信息科技有限公司,承接UG NX,CATIA,CREO,Solidworks 等CAx软件,Teamcenter,3D Experience等PLM软件,工业4.0数字化软件的实施\二次开发\培训相关业务,详情QQ 939801026 Tel 18301858168 网址 www.diantuankj.com/ doTeam.tech
回复

使用道具 举报

发表回复

您需要登录后才可以回帖 登录 | 注册

返回列表 本版积分规则

  • 发布新帖

  • 在线客服

  • 微信

  • 客户端

  • 返回顶部

  • x
    温馨提示

    本网站(plmhome.com)为PLM之家工业软件学习官网站

    展示的视频材料全部免费,需要高清和特殊技术支持请联系 QQ: 939801026

    PLM之家NX CAM二次开发专题模块培训报名开始啦

    我知道了