Hi Bruce,
As the Text and HTML string in Send Email turned to StringTheory objects, I will have to add an extension to my procedures accomodate these fields.
But how do I do that?
Normally I add a local StringTheory object like ST to a procedure. Assigning a vaule is done by st.setvalue('tralala') .
In the SendEmail documentation (12.10 my current version) I see something like: parms.pEmailMessageTextST.SetValue('Tralala')
The example, Web11, is not up to date using the StringTheory way of doing things.
So how do I define the parms.pEmailMessageTextST object in my procedure?
Cheers,
René
p.s.
Thanks for las Friday's tip on double clicking an error and jumping to the embed code in stead of the generated code.