|
Home > Archive > BizTalk Server General > September 2005 > Using SMTP send port with promoted properties????
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 |
Using SMTP send port with promoted properties????
|
|
| Niclas 2005-09-09, 5:52 pm |
| Hi,
I would like to send mail from BTS2004 getting the SMTP configuration using
promoted properties from the inbound schema, is this possible?
| |
| Matt Milner 2005-09-09, 5:52 pm |
| Sure, use the promoted properties from the inbound message to set the
context properties on the outbound message:
MyOutboundMessage(SMTP.Subject) = MyInBoundMessage(SomeProperty);
MyOutboundMessage(SMTP.To) = MyInBoundMessage(SomeOtherProperty);
Do this in the message assignment shape for your construction of the email
message.
Matt
"Niclas" <Niclas@discussions.microsoft.com> wrote in message
news:9962D627-7173-47B8-B259-1F2C8EDE8A55@microsoft.com...
> Hi,
>
> I would like to send mail from BTS2004 getting the SMTP configuration
> using
> promoted properties from the inbound schema, is this possible?
| |
| Niclas 2005-09-13, 7:48 am |
| Thanks Matt,
I think that is just what I need, but I need some more information on how to
do it.
I have tried to set this up in an orchestration, but I receive a number of
strange errors when I compile it.
Do you know where I can find more information in this?
"Matt Milner" wrote:
> Sure, use the promoted properties from the inbound message to set the
> context properties on the outbound message:
>
> MyOutboundMessage(SMTP.Subject) = MyInBoundMessage(SomeProperty);
> MyOutboundMessage(SMTP.To) = MyInBoundMessage(SomeOtherProperty);
>
> Do this in the message assignment shape for your construction of the email
> message.
>
> Matt
>
> "Niclas" <Niclas@discussions.microsoft.com> wrote in message
> news:9962D627-7173-47B8-B259-1F2C8EDE8A55@microsoft.com...
>
>
>
| |
|
|
|
|
|