|
Home > Archive > BizTalk Server General > April 2006 > Extracting Subject and EmailAdress with biztalk server 2006 pop3
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 |
Extracting Subject and EmailAdress with biztalk server 2006 pop3
|
|
| R.Nijkamp 2006-03-17, 7:49 am |
| Hello,
i am trying to extract the subject and emailadress of incoming emails from
the pop3 adapter. My situation:
I get emails with excel attachment which i process within the orchestration
in a scopre were i call a receive pipeline. This part works good. Now i want
to extract the subject and emailadress, this part i cannot get working. I
tried to use an expression with: message(POP3.Subject) and message(POP3.from).
The pop3 adapter has got the Apply Mime decoding at false, blank content
type and bodypartindex to 0.
How can i read the subject and emailadress within the orchestration and
still being able to read the excel attachments?
Best regards,
Richard Nijkamp
Isential ICT Facilities
| |
| Doug Girard [MSFT] 2006-04-27, 7:26 am |
| Richard,
All e-mail related properties (including Subject and From) are saved on the
message context only if Apply MIME decoding is set to true.
Regards,
Doug Girard [MSFT]
Note: This posting is provided "AS IS" with no warranties, and confers no
rights.
--------------------
>Thread-Topic: Extracting Subject and EmailAdress with biztalk server 2006
pop3
>thread-index: AcZJpkOUmabs5mLoSXmmGxkF0uXhLQ==
>X-WBNR-Posting-Host: 80.127.107.90
>From: =?Utf-8?B?Ui5OaWprYW1w?= <R.Nijkamp@discussions.microsoft.com>
>Subject: Extracting Subject and EmailAdress with biztalk server 2006 pop3
>Date: Fri, 17 Mar 2006 01:36:27 -0800
>Lines: 20
>Message-ID: <5EF65A1C-8CC6-45C3-ADBD-5AAF13B71C62@microsoft.com>
>MIME-Version: 1.0
>Content-Type: text/plain;
> charset="Utf-8"
>Content-Transfer-Encoding: 7bit
>X-Newsreader: Microsoft CDO for Windows 2000
>Content-Class: urn:content-classes:message
>Importance: normal
>Priority: normal
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830
>Newsgroups: microsoft.public.biztalk.general
>Path: TK2MSFTNGXA03.phx.gbl
>Xref: TK2MSFTNGXA03.phx.gbl microsoft.public.biztalk.general:35775
>NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
>X-Tomcat-NG: microsoft.public.biztalk.general
>
>Hello,
>
>i am trying to extract the subject and emailadress of incoming emails from
>the pop3 adapter. My situation:
>
>I get emails with excel attachment which i process within the
orchestration
>in a scopre were i call a receive pipeline. This part works good. Now i
want
>to extract the subject and emailadress, this part i cannot get working. I
>tried to use an expression with: message(POP3.Subject) and
message(POP3.from).
>
>The pop3 adapter has got the Apply Mime decoding at false, blank content
>type and bodypartindex to 0.
>
>How can i read the subject and emailadress within the orchestration and
>still being able to read the excel attachments?
>
>Best regards,
>
>Richard Nijkamp
>Isential ICT Facilities
>
|
|
|
|
|