A
Alun Jones
I have a script in VBScript (not VBA) that uses the Outlook.Application
object to create and send an email. The script uses CreateItemFromTemplate
to create the MailItem object, and when it does so, if the user running the
script has enabled the "Signature for new messages" option in Mail Format,
that signature is appended to my template. I'd like for this to not happen -
how can I prevent the signature from being added by CreateItemFromTemplate?
Thanks,
Alun.
~~~~
object to create and send an email. The script uses CreateItemFromTemplate
to create the MailItem object, and when it does so, if the user running the
script has enabled the "Signature for new messages" option in Mail Format,
that signature is appended to my template. I'd like for this to not happen -
how can I prevent the signature from being added by CreateItemFromTemplate?
Thanks,
Alun.
~~~~