| Gilles [MSFT] 2004-06-26, 10:53 am |
| Hello,
>I could able to set all the properties properties like SMTP.Subject,SMTP.cc and others..
>But some one kindly guide me to how to set the Mail body Message .. I refered help but i am unable to proceed farward ..
>I dont want to send any attachtment with the mail..The sample format is as follows
>
>TO : AAAA@XXX.COM
>Subject : WRT PO Number122345
>MAil Body Message : We have recieved your PO..It will be processed with in
> 24 hrs.for more details contact xxxx@yyy.com
The following document explains how to send e-mail from BizTalk Server 2004:
http://msdn.microsoft.com/library/e....asp?frame=true
If you only want to send plan text (as your post suggests) then you can read the following page:
http://msdn.microsoft.com/library/e....asp?frame=true
Basically, you need to use a specific "RawString" class (wource code provided on a link on the previous page)
in combination with a pipeline that has a MIME/SMIME encoder.
Thanks.
-Gilles.
|