I have VBA code that creates an email that complete the TO: CC: Subject and Body Text however, it does not put the signature on the email. Is there an easy way to tell the code to use the default signature that you get if you create, reply or forward an email?
Outlook Email adding default signature
Collapse
X
-
If you create a signature in accordance with the instructions in this link, Outlook will automatically incorporate it on all outgoing email.
-
I actually have the same problem. I have created it the way your link said to. However, It does not automatically attach the signature.Originally posted by puppydogbuddyIf you create a signature in accordance with the instructions in this link, Outlook will automatically incorporate it on all outgoing email.
http://office.microsoft.com/en-us/he...761261033.aspx
I am using Outlook 2000 and Access 200 if that makes a difference. ( I suspect that it does.)
Thanks,
NickComment
-
Nick,Originally posted by nspaderYes I have done this and nothing. I am very stumped.
Verify that you have plain text set for email format. Rich text is problematic.Comment
-
Well you haven't described what method you are using to try to achieve this. Using Docmd.sendobjec t won't let you change or work with the signature however if you take a look at this thread it may offer you some help. I only wish I knew where I kept my test i was using at this time. Anyhow if your interested in taking a look and working with the code provided in the links in this thread I know you can provide the functionality you require.
Let us know how it goes and if you have problems/questions I will be looking for them.
http://bytes.com/forum/thread747680-signatures.html .Comment
-
Hello,
for this problem I;ve been using solution that bypass security warning from Outlook and inserts any type of signature in to the outgoing message. Down side is that you have to insert some code in to the Outlook too but it works.
As this VBA code is not mine, I;m posting original link where I;ve found it so you can check it out. Hope that this can help
Link
Regards,Comment
Comment