Click here to Skip to main content
15,880,608 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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.

VB
msg_op = msg_rcv;
msg_op(SMTP.Subject) = "SMTP Adapter Mail";
msg_op(SMTP.From) = "praveenaps@nousinfo.com"



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
Posted
Updated 8-May-13 2:27am
v2

1 solution

Hi,

Check whether you have configured SMTP adapter in Biztalk

BizTalk Admin Console->Platform Settings->Adapters->SMTP

Also, use SMTP adapter file sending the messages from orchestration.

Thanks
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900