问题描述
嗨
我正在尝试从biztalk业务流程发送电子邮件。我提到了下面的网址来实现它。
但是在构建消息时我收到以下错误。
Hi
I am trying to send an email from biztalk orchestration. i refered the below url to get it acheived.
http://www.nullskull.com/a/1408/sending-smtp-email-from-within-biztalk-orchestration.aspx
but while constructing the message i am getting the following error.
msg_op = msg_rcv;
msg_op(SMTP.Subject) = "SMTP Adapter Mail";
msg_op(SMTP.From) = "praveenaps@nousinfo.com"
上述报表中的
收到错误说
smtp中不存在标识符FROM,是否缺少任何程序集引用
smtp中不存在标识符SUBJECT,是否缺少任何程序集引用
请让我知道继续深造。
问候
Praveena
in the above statements am getting error saying
" identifier FROM does not exist in smtp, are you missing any assembly reference "
" identifier SUBJECT does not exist in smtp, are you missing any assembly reference "
please let me know to proceed further.
Regards
Praveena
推荐答案
这篇关于从Biztalk Orchestration发送电子邮件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!