![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
Hi
I am creating email via code from access using below; objOutlookMsg.Display objOutlookMsg.BodyFormat = olFormatHTML objOutlookMsg.Body = "Dear abc..." & objOutlookMsg.Body The email displays fine along with the signature set in outlook but as soon as the text is added, the signature formatting is lost and the signature image is replaced with a hyperlink. How can I preserve the signature formatting while adding text before it? Thanks Regards |
#2
|
|||
|
|||
![]()
Set the HTMLBody property instead of Body.
Keep in mind that HTML strings (unlike plain text) cannot be simply concatenated. Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "John" wrote in message ... Hi I am creating email via code from access using below; objOutlookMsg.Display objOutlookMsg.BodyFormat = olFormatHTML objOutlookMsg.Body = "Dear abc..." & objOutlookMsg.Body The email displays fine along with the signature set in outlook but as soon as the text is added, the signature formatting is lost and the signature image is replaced with a hyperlink. How can I preserve the signature formatting while adding text before it? Thanks Regards |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Problem with signature when creating new email | John | Outlook - General Queries | 1 | September 21st 06 06:57 PM |
problems creating proper formatting in signature | sat | Outlook - General Queries | 5 | July 31st 06 03:55 AM |
Word Signature File Causing ActiveX Error When Creating New Messag | stevenh | Outlook - Installation | 0 | March 29th 06 02:53 PM |
Having trouble creating a signature that includes a logo | Nicole | Outlook - Installation | 0 | March 7th 06 06:11 PM |
Signature with Image Problem | [email protected] | Outlook - General Queries | 0 | February 9th 06 05:28 PM |