Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

how to send Text Email in BizTalk Orchestration

82 views
Skip to first unread message

Lakshmi Murthy

unread,
Jul 14, 2005, 6:06:02 AM7/14/05
to
Hi,

I need to send a text Email from my orchestration.

I implement the RawString type,declare RawOutMsg as a message of type
Microsoft.XLANGs.CustomFormattersSDK.RawString.

But when I construct a message in the Expression Editor :
RawOutMsg = new Microsoft.XLANGs.CustomFormattersSDK.RawString("Mensaje
Body" );

I get the error message: "identifier CustomFormattersSDK does not exist in
Microsoft.XLangs are you missing an assembly reference ?

What am i doing wrong? Please let me know.

Thanks in advance
Regards
Lakshmi

Yossi Dahan

unread,
Jul 14, 2005, 6:52:06 AM7/14/05
to
Did you make sure to build the sample of the formatter, GAC it and add a
reference to it in the orchestration project?

Yossi Dahan

"Lakshmi Murthy" <Lakshm...@discussions.microsoft.com> wrote in message
news:8AAAE050-39DA-42D2...@microsoft.com...

Lakshmi Murthy

unread,
Jul 14, 2005, 7:06:02 AM7/14/05
to
Yes, i did.

Yossi Dahan

unread,
Jul 14, 2005, 7:30:36 AM7/14/05
to
Lakshmi

I'm a bit confused -

I've just carefully followed the instructions as they appear on
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/sdk/htm/ebiz_prog_email_ijqb.asp

and it all works like a charm.

one thing that confused me is that you use "RawOutMsg = new
Microsoft.XLANGs.CustomFormattersSDK.RawString(....."

When in my case it is
Message_1 = new
Microsoft.Samples.BizTalk.XlangCustomFormatters.RawString("...."

Notice the difference in the namespaces?

Also check your spelling and lowercase/uppercase - in the error message it
appears as ">> I get the error message: "identifier CustomFormattersSDK does
not exist in
>> Microsoft.XLangs are you missing an assembly reference ?'

(stress on Xlangs)

while on your declaration its Microsoft.XLANGs.

Yossi Dahan

"Lakshmi Murthy" <Lakshm...@discussions.microsoft.com> wrote in message

news:B89FE21E-D1B5-4A30...@microsoft.com...

Andrew Minto

unread,
Jul 7, 2009, 11:20:07 AM7/7/09
to

Do you know if there is a limit to the amount of text that can be incuded in
the email body? Recently I have seen emails being truncated and although I
have to do more investigation, it appears to be the CustomFormatters code
that is doing the truncation. I have yet to confirm if this is happening
consistently but the text appears to be truncated at 2047 characters.

url:http://www.ureader.com/msg/1210499.aspx

0 new messages