05-25-05 10:59 PM
Hi,
I would want to send an e-mail from the orchestration, in=20
MSDN I have the following example:=20
RawOutMsg =3D new=20
Microsoft.XLANGs.CustomFormattersSDK.RawString( =C3,=C2"e-
mail body goes here=C3,=C2" );
SP_Acknowledgement(Microsoft.XLANGs.BaseTypes.Address)=20
=3D "mailto:MyManager@MyCompany.com";
msgAcknowledgement(SMTP.Subject) =3D "Expense report=20
submission confirmation";
but I do not have the CustomFormattersSDK class as I must=20
make? I must make through the Expression shape?
an other thing, what are the SP_Acknowledgement and=20
msgAcknowledgement???
thanks
anja
[ Post a follow-up to this message ]
|