|
Home > Archive > BizTalk Server > October 2006 > How to access promoted properties from a mail message using pop3 a
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
How to access promoted properties from a mail message using pop3 a
|
|
| Pierrot_147 2006-10-03, 7:26 am |
| Hello,
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.
Thank you for your help.
| |
| Jan Eliasen 2006-10-06, 7:27 pm |
| On Tue, 3 Oct 2006 01:55:02 -0700, Pierrot_147
<Pierrot147@discussions.microsoft.com> 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.
Private blog: http://blog.eliasen.dk
Private email: jan@eliasen.dk
|
|
|
|
|