09-13-05 12:48 PM
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...
>
>
>
[ Post a follow-up to this message ]
|