On Tue, 3 Oct 2006 01:55:02 -0700, Pierrot_147
<Pierrot147@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
I'm trying to use the pop3 adapter with biztalk 2006 and I wonder how to
access the body part and the promoted properties (From, Subject,...) in an
orchestration.
What is the Message Type I have to use in the orchestration and wich method
should I call to get a context property ?
I will appreciate a sample script.
In order to get to the promote dproperties, just use for instance
variable = InputMessage(POP3.From) in an expression shape. There are
some more properties than just "From".
The message type in your orchestration should be the schema that
describes the messages that comes in.
--
eliasen, representing himself and not the company he works for.
Re: Custom Pipeline Subscription Issue ... Open the Schema associated with that message type and see what's the value ... > a custom pipeline that strips off an email header with the disassembler. ... > back to the enginefor processing to and Orchestration.... > message properties necessary for subscription evaluation have not been ... (microsoft.public.biztalk.general)
Re: BizTalk reruns orchestration endlessly on throwing exception ... Its weird though isn't it how something as simple as a full event log can ...affect BizTalk in some pretty bizarre ways? ... > We solved it by checking message type to ensure it would only map if the ... >> I noticed that when my orchestration throws a SystemException BizTalk ... (microsoft.public.biztalk.general)
Re: Custom Pipeline Subscription Issue ... When you have a receive shape in your orchestration with Activate=true, ... Enlisting the orchestration will automatically create a subscription... "Name=Saravana".(You promote this property in your custom pipeline).... >> specified the Message type.... (microsoft.public.biztalk.general)
RE: Message Type... Help ... If these are XML messages coming in through a single receive shape in your ... For the First Receive Shape in you orchestration its Message (for example ... You should then be able to extract the message type of the incoming message ... I need some information on receiving multiple messages.... (microsoft.public.biztalk.general)