VBAPrincess
Programmer
I have an Access application that creates an Outlook email message and populates the message with the user's default signature. Recently my users created new standardized signatures with our new logo in it. When the emails are created from Access, the image does not appear and has a red x. If you create a new email in Outlook, the signature appears just fine. I don't know if the issue is with Access or Outlook.
Access creates the message using MAPI and captures the signature file using a procedure GetBoiler which uses FSO to read the contents of the HTM file used for the signature. The body of the message including the signature is populated in the message and then the message is made visible to the user so he/she can edit prior to sending. This process has worked fine in the past but the signatures did not contain images.
I have recreated the signature by manually writing the HTML because the signatures were originally created by someone else and when my users did a copy/paste, the file had all sorts of extra Word HTML crap.
We're using Outlook 2007 SP2, XP Pro SP2, and Office 2003 (only Outlook is 2007). The image is a GIF.
TIA for any help!
Diana
VBA Princess
-- I'm hoping to grow up to be a Goddess!
Access creates the message using MAPI and captures the signature file using a procedure GetBoiler which uses FSO to read the contents of the HTM file used for the signature. The body of the message including the signature is populated in the message and then the message is made visible to the user so he/she can edit prior to sending. This process has worked fine in the past but the signatures did not contain images.
I have recreated the signature by manually writing the HTML because the signatures were originally created by someone else and when my users did a copy/paste, the file had all sorts of extra Word HTML crap.
We're using Outlook 2007 SP2, XP Pro SP2, and Office 2003 (only Outlook is 2007). The image is a GIF.
TIA for any help!
Diana
VBA Princess
-- I'm hoping to grow up to be a Goddess!