N
niall.ogrady
Hi everyone,
I'm currently writing an Outlook add-in that creates an email for a
user after they make a few selections on a template form.
One of the things I would like to be able to do is include the
signature.
On the form there is a text box for the user to paste in the text they
want to include. The issue is, if the user leaves this box empty and
creates the email the signature will appear. However if they include
any text at all in the box, the signature doesn't appear.
I'm running Windows XP SP 2, Outlook 2003 and Visual Studio 2005.
Here is the section of code:
'*Build the Email*'
'Add user Text
myMail.Body = TextBox1.Text
I've had a few hours of searching for an answer to this, and from other
posts in this group its clear that the signature is automatically
included when a mail is created (which is the case for me) What I would
like to know is if there is any way to add text to the mail without
over writing that signature?
Thanks in Advance
Niall
I'm currently writing an Outlook add-in that creates an email for a
user after they make a few selections on a template form.
One of the things I would like to be able to do is include the
signature.
On the form there is a text box for the user to paste in the text they
want to include. The issue is, if the user leaves this box empty and
creates the email the signature will appear. However if they include
any text at all in the box, the signature doesn't appear.
I'm running Windows XP SP 2, Outlook 2003 and Visual Studio 2005.
Here is the section of code:
'*Build the Email*'
'Add user Text
myMail.Body = TextBox1.Text
I've had a few hours of searching for an answer to this, and from other
posts in this group its clear that the signature is automatically
included when a mail is created (which is the case for me) What I would
like to know is if there is any way to add text to the mail without
over writing that signature?
Thanks in Advance
Niall