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 3575 0

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

admin 楼主

2018-8-1 14:08:15

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

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

x
Technique  
8 h' ~% z% X* Z8 s3 I# MUse the CCO.Email object to send email messages. ! o2 M7 s0 [/ }; U. ~6 J5 u
C#  % E& B" h  f. D& g
System.Web.Mail.MailMessage email = new System.Web.Mail.MailMessage();
) x$ W" c+ D% w- o& t! _" k: zemail.From = fromEmail; % U* }' D: Y' ^! v
email.To = toEmail; 9 b) |5 ~: j. ?; ?2 t. X
email.Subject = subject; ( {+ U8 [" q4 j4 t
email.Body = body; - q. V; ~* T" j7 c: S
CCO.Email.setup_smtpmail_server_and_send(email);
# U; |. o. K) p  H4 {' ^1 `% t
- U' M; t4 Z, {. d// Alternatively use the SendEmailToIdentity . t! C4 M' u: k% A) S
// The first argument is the Identity name to send the email message. 7 O$ i- g# E: e4 T
// The second argument is the subject text.
! C( ?9 h* `8 v0 M2 q( z$ w// The third argument is the email body text.
& B' H, m; Q% y  b// The last argument is a user login name as the sender and
6 H7 {; {. f6 @' [//   if blank will use the logged in user name and 6 ^9 _% P, R  A; L' G! t
//   that User Item must have an email address as well.
9 U  \& Z9 f4 d% ACCO.Email.SendEmailToIdentity(ref identity, ref subject, ref body, ref user); , Z) D# c, ~6 G: k# d# j7 z
return this.newInnovator().newResult("ok");
% O9 ]# ^7 y* J4 u# C, y, A2 L  VB.Net  
& \8 E4 p9 G( i& q% BDim email = New System.Web.Mail.MailMessage()
1 }- `1 w) ^# @, j: wemail.From = fromEmail * I9 P& O9 }) L. m
email.To = toEmail * @1 W: V+ n: u) J3 j1 j! A1 Q
email.Subject = subject
7 d: O& K9 L( g6 C" l4 J: Iemail.Body = body 3 e& O- H' \9 o! A1 c
CCO.Email.setup_smtpmail_server_and_send(email) ) b2 {2 ~! H7 H! M1 c9 ?

) ]* \7 a9 T$ q, g: V' Alternatively use the SendEmailToIdentity 2 J1 H1 h+ ^/ ^1 m0 [) E
' The first argument Is the Identity name To send the email message. / g* E( x/ z) Z  l
' The second argument Is the subject text.
& O2 B3 c0 h& ?0 V6 u' The third argument Is the email body text.
+ J- c) w1 ]) o; i1 t' The last argument Is a user login name As the sender And
+ F$ b0 E- t9 j! }0 \8 H( W" M'   If blank will use the logged In user name And
" ?& U# D! ]  c* x- {* D8 `, D) w'   that User Item must have an email address As well. 0 E8 E5 z, ^7 l, C! _
CCO.Email.SendEmailToIdentity(identity,subject,body,user)
, e( ~4 x" A' m0 y- j
2 |1 a; w2 X5 n" y8 j% P" O
上海点团信息科技有限公司,承接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二次开发专题模块培训报名开始啦

    我知道了