bottleneck. But for many systems it works very, very well.
I support PASS, the Professional Association for SQL Server.
<pete.zerger@gmail.com> wrote:
>Experts,
>
>I am seeking a good resource where I can learn how to manipulate the e-mail
>format in a Notification Services application. I am working with the MOM
>Notification Workflow Solution Acclerator Application, which, stores this
>infromation in an .xml file. Are the elements in this file standard to all
>applications, or is the .xml schema customized for every notification services
>application.
>
>I have included a snapshot of this portion of the AppADF.xml file. In particular,
>how can I make adjustments, such as changing text color or font in message
>body, or modify what data is delivered in the message body. If nobody in
>the group is familiar with this app, a pointer to some targeted reading would
>be most appreciated.
>
><Protocols>
> <Protocol>
> <ProtocolName>SMTP</ProtocolName>
> <Fields>
> <Field>
> <FieldName>Subject</FieldName>
> <SqlExpression>Name</SqlExpression>
> </Field>
> <Field>
> <FieldName>BodyFormat</FieldName>
> <SqlExpression>'html'</SqlExpression>
> </Field>
> <Field>
> <FieldName>From</FieldName>
> <SqlExpression>'momalerts2@akosts.com'</SqlExpression>
> </Field>
> <Field>
> <FieldName>Priority</FieldName>
> <SqlExpression>'High'</SqlExpression>
> </Field>
> <Field>
> <FieldName>To</FieldName>
> <SqlExpression>SubscriberDeviceAddress</SqlExpression>
> </Field>
> </Fields>
> </Protocol>
>
>Kind Regards,
>
>Pete Zerger MCSE(Messaging)
>mail:pete.zerger@nospam.gmail.com
>BLOG:
http://www.it-jedi.net/